* 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:
parent
fbcffaefd3
commit
052ef89f0f
@ -17,6 +17,7 @@ local tools =
|
||||
<build>settype
|
||||
<build>setversion
|
||||
<build>xres
|
||||
<build>generate_boot_screen
|
||||
;
|
||||
|
||||
USES_BE_API on $(tools) = true ;
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <string>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <ColorQuantizer.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user