updated CMake files for game engine for Bullet 2.x upgrade

This commit is contained in:
Erwin Coumans 2006-11-21 06:37:01 +00:00
parent 98525b0210
commit 1b09386164
4 changed files with 4 additions and 12 deletions

@ -31,9 +31,7 @@ SET(INC
../../../intern/SoundSystem ../../../intern/SoundSystem
../../../source/blender/misc ../../../source/blender/misc
../../../source/blender/blenloader ../../../source/blender/blenloader
../../../extern/bullet/LinearMath ../../../extern/bullet2/src
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/solid ../../../extern/solid
${PYTHON_INC} ${PYTHON_INC}
) )

@ -67,9 +67,7 @@ SET(INC
../../../source/gameengine/Network/LoopBackNetwork ../../../source/gameengine/Network/LoopBackNetwork
../../../source/blender/misc ../../../source/blender/misc
../../../source/blender/blenloader ../../../source/blender/blenloader
../../../extern/bullet/LinearMath ../../../extern/bullet2/src
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/solid ../../../extern/solid
${PYTHON_INC} ${PYTHON_INC}
) )

@ -60,9 +60,7 @@ SET(INC
../../../intern/SoundSystem ../../../intern/SoundSystem
../../../source/blender/misc ../../../source/blender/misc
../../../source/blender/blenloader ../../../source/blender/blenloader
../../../extern/bullet/LinearMath ../../../extern/bullet2/src
../../../extern/bullet/BulletDynamics
../../../extern/bullet/Bullet
../../../extern/solid ../../../extern/solid
${PYTHON_INC} ${PYTHON_INC}
${SDL_INC} ${SDL_INC}

@ -32,9 +32,7 @@ SET(SRC CcdPhysicsEnvironment.cpp CcdPhysicsController.cpp)
SET(INC SET(INC
. .
../common ../common
../../../../extern/bullet/LinearMath ../../../../extern/bullet2/src
../../../../extern/bullet/BulletDynamics
../../../../extern/bullet/Bullet
) )
BLENDERLIB(bf_bullet "${SRC}" "${INC}") BLENDERLIB(bf_bullet "${SRC}" "${INC}")