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:
authorErwin Coumans <blender@erwincoumans.com>2008-09-17 01:09:24 +0400
committerErwin Coumans <blender@erwincoumans.com>2008-09-17 01:09:24 +0400
commit0c77a178da71bcd5f8a83c1c951885320ba8a8d2 (patch)
tree386ed73a7ba7f96009012953b63c9434f4a48b5b /extern/bullet2/src/Makefile
parent59414118391eb42d903b1a512374574bf3c34bb8 (diff)
add BulletSoftBody to SConscript and Makefile
Diffstat (limited to 'extern/bullet2/src/Makefile')
-rw-r--r--extern/bullet2/src/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/extern/bullet2/src/Makefile b/extern/bullet2/src/Makefile
index 24f3ca9767d..8bbada24b31 100644
--- a/extern/bullet2/src/Makefile
+++ b/extern/bullet2/src/Makefile
@@ -38,7 +38,8 @@ BulletCollision/NarrowPhaseCollision \
BulletCollision/CollisionDispatch \
BulletDynamics/ConstraintSolver \
BulletDynamics/Vehicle \
-BulletDynamics/Dynamics
+BulletDynamics/Dynamics \
+BulletSoftBody
CCSRCS = $(wildcard \
LinearMath/*.cpp \
@@ -48,7 +49,8 @@ BulletCollision/NarrowPhaseCollision/*.cpp \
BulletCollision/CollisionDispatch/*.cpp \
BulletDynamics/ConstraintSolver/*.cpp \
BulletDynamics/Vehicle/*.cpp \
-BulletDynamics/Dynamics/*.cpp)
+BulletDynamics/Dynamics/*.cpp \
+BulletSoftBody/*.cpp)
CPPFLAGS += -D_LIB -I. -IBulletCollision -IBulletDynamics -ILinearMath