[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25743] trunk/blender/tools/btools.py: Fix #20569: scons missing BF_NO_ELBEEM from allowed command line options.

Brecht Van Lommel brecht at blender.org
Tue Jan 5 15:30:56 CET 2010


Revision: 25743
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25743
Author:   blendix
Date:     2010-01-05 15:30:55 +0100 (Tue, 05 Jan 2010)

Log Message:
-----------
Fix #20569: scons missing BF_NO_ELBEEM from allowed command line options.

Modified Paths:
--------------
    trunk/blender/tools/btools.py

Modified: trunk/blender/tools/btools.py
===================================================================
--- trunk/blender/tools/btools.py	2010-01-05 14:27:13 UTC (rev 25742)
+++ trunk/blender/tools/btools.py	2010-01-05 14:30:55 UTC (rev 25743)
@@ -77,7 +77,8 @@
             'BF_VERSION',
             'BF_GHOST_DEBUG',
             'WITH_BF_RAYOPTIMIZATION',
-            'BF_RAYOPTIMIZATION_SSE_FLAGS'
+            'BF_RAYOPTIMIZATION_SSE_FLAGS',
+            'BF_NO_ELBEEM'
             ]
     
     # Have options here that scons expects to be lists





More information about the Bf-blender-cvs mailing list