[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55485] trunk/blender/SConstruct: scons: fix broken compile since last int -> bool cleanup

jens verwiebe info at jensverwiebe.de
Thu Mar 21 23:15:17 CET 2013


Revision: 55485
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55485
Author:   jensverwiebe
Date:     2013-03-21 22:15:16 +0000 (Thu, 21 Mar 2013)
Log Message:
-----------
scons: fix broken compile since last int -> bool cleanup

Modified Paths:
--------------
    trunk/blender/SConstruct

Modified: trunk/blender/SConstruct
===================================================================
--- trunk/blender/SConstruct	2013-03-21 21:30:05 UTC (rev 55484)
+++ trunk/blender/SConstruct	2013-03-21 22:15:16 UTC (rev 55485)
@@ -382,6 +382,7 @@
 env['CPPFLAGS'].append('-DWITH_AUDASPACE')
 env['CPPFLAGS'].append('-DWITH_AVI')
 env['CPPFLAGS'].append('-DWITH_BOOL_COMPAT')
+env['CPPFLAGS'].append('-DHAVE_STDBOOL_H')
 
 # lastly we check for root_build_dir ( we should not do before, otherwise we might do wrong builddir
 B.root_build_dir = env['BF_BUILDDIR']




More information about the Bf-blender-cvs mailing list