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
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-03-29 00:18:14 +0400
committerErwin Coumans <blender@erwincoumans.com>2006-03-29 00:18:14 +0400
commit7c68db9bb74e36fecb1b41d4fb6d842b9938413e (patch)
treefe5a22e6e299d68d83445db359f9abcff583033b /extern
parentc72bd5fd009683de2b4a9a3e50a8883d0ec6f077 (diff)
fixed scons build for moved and added file.
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/SConscript8
1 files changed, 5 insertions, 3 deletions
diff --git a/extern/bullet/SConscript b/extern/bullet/SConscript
index 1974cedb87b..24e629c6b92 100644
--- a/extern/bullet/SConscript
+++ b/extern/bullet/SConscript
@@ -37,7 +37,8 @@ sources = [ 'Bullet/BroadphaseCollision/BroadphaseProxy.cpp',
'Bullet/BroadphaseCollision/CollisionAlgorithm.cpp',
'Bullet/BroadphaseCollision/Dispatcher.cpp',
'Bullet/BroadphaseCollision/SimpleBroadphase.cpp',
-
+ 'Bullet/BroadphaseCollision/AxisSweep3.cpp',
+
'Bullet/CollisionShapes/BoxShape.cpp',
'Bullet/CollisionShapes/CollisionShape.cpp',
'Bullet/CollisionShapes/ConeShape.cpp',
@@ -82,7 +83,7 @@ sources = [ 'Bullet/BroadphaseCollision/BroadphaseProxy.cpp',
'Bullet/CollisionDispatch/ManifoldResult.cpp',
'Bullet/CollisionDispatch/CollisionDispatcher.cpp',
'Bullet/CollisionDispatch/UnionFind.cpp',
- 'Bullet/NarrowPhaseCollision/CollisionObject.cpp',
+ 'Bullet/CollisionDispatch/CollisionObject.cpp',
'Bullet/CollisionDispatch/CollisionWorld.cpp',
'BulletDynamics/Vehicle/RaycastVehicle.cpp',
'BulletDynamics/Vehicle/WheelInfo.cpp',
@@ -93,7 +94,8 @@ sources = [ 'Bullet/BroadphaseCollision/BroadphaseProxy.cpp',
'BulletDynamics/ConstraintSolver/SimpleConstraintSolver.cpp',
'BulletDynamics/ConstraintSolver/Solve2LinearConstraint.cpp',
'BulletDynamics/ConstraintSolver/SorLcp.cpp',
-
+ 'BulletDynamics/ConstraintSolver/TypedConstraint.cpp',
+
'BulletDynamics/Dynamics/BU_Joint.cpp',
'BulletDynamics/Dynamics/ContactJoint.cpp',
'BulletDynamics/Dynamics/RigidBody.cpp']