[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23309] branches/blender2.4/SConstruct: building scons blenderlite would fail when building the player

Campbell Barton ideasman42 at gmail.com
Thu Sep 17 17:35:26 CEST 2009


Revision: 23309
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23309
Author:   campbellbarton
Date:     2009-09-17 17:35:25 +0200 (Thu, 17 Sep 2009)

Log Message:
-----------
building scons blenderlite would fail when building the player

Modified Paths:
--------------
    branches/blender2.4/SConstruct

Modified: branches/blender2.4/SConstruct
===================================================================
--- branches/blender2.4/SConstruct	2009-09-17 15:06:03 UTC (rev 23308)
+++ branches/blender2.4/SConstruct	2009-09-17 15:35:25 UTC (rev 23309)
@@ -264,6 +264,7 @@
 if 'blenderlite' in B.targets:
 	target_env_defs = {}
 	target_env_defs['WITH_BF_GAMEENGINE'] = False
+	target_env_defs['WITH_BF_PLAYER'] = False
 	target_env_defs['WITH_BF_OPENAL'] = False
 	target_env_defs['WITH_BF_OPENEXR'] = False
 	target_env_defs['WITH_BF_ICONV'] = False





More information about the Bf-blender-cvs mailing list