[haiku-commits] r37238 - haiku/trunk/src/tools

  • From: ithamar.adema@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 23 Jun 2010 22:59:42 +0200 (CEST)

Author: ithamar
Date: 2010-06-23 22:59:41 +0200 (Wed, 23 Jun 2010)
New Revision: 37238
Changeset: http://dev.haiku-os.org/changeset/37238/haiku

Modified:
   haiku/trunk/src/tools/Jamfile
   haiku/trunk/src/tools/generate_boot_screen.cpp
Log:
* Fixes generate_boot_screen so it can be run as part of the build environment.


Modified: haiku/trunk/src/tools/Jamfile
===================================================================
--- haiku/trunk/src/tools/Jamfile       2010-06-23 18:43:06 UTC (rev 37237)
+++ haiku/trunk/src/tools/Jamfile       2010-06-23 20:59:41 UTC (rev 37238)
@@ -17,6 +17,7 @@
        <build>settype
        <build>setversion
        <build>xres
+       <build>generate_boot_screen
 ;
 
 USES_BE_API on $(tools) = true ;

Modified: haiku/trunk/src/tools/generate_boot_screen.cpp
===================================================================
--- haiku/trunk/src/tools/generate_boot_screen.cpp      2010-06-23 18:43:06 UTC 
(rev 37237)
+++ haiku/trunk/src/tools/generate_boot_screen.cpp      2010-06-23 20:59:41 UTC 
(rev 37238)
@@ -16,6 +16,7 @@
 #include <string>
 #include <stdarg.h>
 #include <stdint.h>
+#include <stdlib.h>
 
 #include <ColorQuantizer.h>
 


Other related posts:

  • » [haiku-commits] r37238 - haiku/trunk/src/tools - ithamar . adema