Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-01-11 07:54:57 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-11 07:55:56 +0400
commit3072d817d86ede1b0da265484732545e2c2d78ac (patch)
treefe784d8ed363f93047098ecb97ed0b23565a6d5e /SConstruct
parent6d6bb2d1301019218af34e9f80e86dddcbbabafc (diff)
Scons: disable player along with game-engine.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index be61f4a96d7..02cd309607b 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')