enable building the game engine without bullet for scons & cmake

This commit is contained in:
Campbell Barton
2010-10-10 07:01:56 +00:00
parent d420d09da9
commit f49fc58df6
19 changed files with 68 additions and 34 deletions

View File

@@ -14,7 +14,6 @@ SConscript(['BlenderRoutines/SConscript',
'Rasterizer/SConscript',
'Rasterizer/RAS_OpenGLRasterizer/SConscript',
'SceneGraph/SConscript',
'Physics/Bullet/SConscript'
])
if env['WITH_BF_PYTHON']:
@@ -22,3 +21,6 @@ if env['WITH_BF_PYTHON']:
if env['WITH_BF_PLAYER']:
SConscript(['GamePlayer/SConscript'])
if env['WITH_BF_BULLET']:
SConscript(['Physics/Bullet/SConscript'])