* Fixes generate_boot_screen so it can be run as part of the build environment.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37238 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ithamar R. Adema 2010-06-23 20:59:41 +00:00
parent fbcffaefd3
commit 052ef89f0f
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ local tools =
<build>settype
<build>setversion
<build>xres
<build>generate_boot_screen
;
USES_BE_API on $(tools) = true ;

View File

@ -16,6 +16,7 @@
#include <string>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <ColorQuantizer.h>