[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16601] trunk/blender/tools/btools.py: fixing scons build.

Martin Poirier theeth at yahoo.com
Thu Sep 18 23:18:59 CEST 2008


Revision: 16601
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16601
Author:   theeth
Date:     2008-09-18 23:18:53 +0200 (Thu, 18 Sep 2008)

Log Message:
-----------
fixing scons build. needed BoolOption in argument definition

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

Modified: trunk/blender/tools/btools.py
===================================================================
--- trunk/blender/tools/btools.py	2008-09-18 20:37:11 UTC (rev 16600)
+++ trunk/blender/tools/btools.py	2008-09-18 21:18:53 UTC (rev 16601)
@@ -258,7 +258,7 @@
         ('BF_WINTAB', 'WinTab base dir', ''),
         ('BF_WINTAB_INC', 'WinTab include dir', ''),
         ('BF_CXX', 'c++ base path for libstdc++, only used when static linking', ''),
-        ('WITH_BF_STATICCXX', 'static link to stdc++', 'false'),
+        (BoolOption('WITH_BF_STATICCXX', 'static link to stdc++', 'false')),
         ('BF_CXX_LIB_STATIC', 'static library path for stdc++', ''),
 ##
 ##WITH_BF_NSPR = 'true'





More information about the Bf-blender-cvs mailing list