[Bf-blender-cvs] [3072d81] master: Scons: disable player along with game-engine.

Campbell Barton noreply at git.blender.org
Sat Jan 11 04:58:15 CET 2014


Commit: 3072d817d86ede1b0da265484732545e2c2d78ac
Author: Campbell Barton
Date:   Sat Jan 11 14:54:57 2014 +1100
https://developer.blender.org/rB3072d817d86ede1b0da265484732545e2c2d78ac

Scons: disable player along with game-engine.

===================================================================

M	SConstruct

===================================================================

diff --git a/SConstruct b/SConstruct
index be61f4a..02cd309 100644
--- a/SConstruct
+++ b/SConstruct
@@ -490,6 +490,9 @@ if 'blenderplayer' in B.targets:
 if 'blendernogame' in B.targets:
     env['WITH_BF_GAMEENGINE'] = False
 
+if not env['WITH_BF_GAMEENGINE']:
+    env['WITH_BF_PLAYER'] = False
+
 # build without elbeem (fluidsim)?
 if env['WITH_BF_FLUID'] == 1:
     env['CPPFLAGS'].append('-DWITH_MOD_FLUID')




More information about the Bf-blender-cvs mailing list