Step 1 of Bullet 2.x upgrade:

Temporarily disabled game engine for scons and Makefiles (nan_definitions?), this to upgrade to Bullet 2.x

scons for Darwin, Linux, BSD3, SunOS5, Win32, and Makefiles should not compile game engine right now.
CMake and MSVC needs still disabling of game engine.
This commit is contained in:
Erwin Coumans
2006-11-21 00:14:58 +00:00
parent d58670ddd2
commit 3b91d4e30a
6 changed files with 9 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ BF_FTGL = '#extern/bFTGL'
BF_FTGL_INC = '${BF_FTGL}/include'
BF_FTGL_LIB = 'extern_ftgl'
WITH_BF_GAMEENGINE='true'
WITH_BF_GAMEENGINE='false'
WITH_BF_ODE = 'false'
BF_ODE = LIBDIR + '/ode'