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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-26 20:43:50 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-09-26 20:43:50 +0400
commitdff3d418d45b151a337110b0315bb3ef1bbf2df3 (patch)
treef9224513816f4e8a773c7b844d658f882afebead /extern/bullet2/src/Makefile
parentf13bd6ef3ca908e1bec36e015c309225f18751e3 (diff)
Bullet build system fixes: add gimpact to the makefiles, and fix
blenderplayer linking for scons.
Diffstat (limited to 'extern/bullet2/src/Makefile')
-rw-r--r--extern/bullet2/src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/bullet2/src/Makefile b/extern/bullet2/src/Makefile
index 8bbada24b31..554179558d9 100644
--- a/extern/bullet2/src/Makefile
+++ b/extern/bullet2/src/Makefile
@@ -36,6 +36,7 @@ BulletCollision/BroadphaseCollision \
BulletCollision/CollisionShapes \
BulletCollision/NarrowPhaseCollision \
BulletCollision/CollisionDispatch \
+BulletCollision/Gimpact \
BulletDynamics/ConstraintSolver \
BulletDynamics/Vehicle \
BulletDynamics/Dynamics \
@@ -47,6 +48,7 @@ BulletCollision/BroadphaseCollision/*.cpp \
BulletCollision/CollisionShapes/*.cpp \
BulletCollision/NarrowPhaseCollision/*.cpp \
BulletCollision/CollisionDispatch/*.cpp \
+BulletCollision/Gimpact/*.cpp \
BulletDynamics/ConstraintSolver/*.cpp \
BulletDynamics/Vehicle/*.cpp \
BulletDynamics/Dynamics/*.cpp \