move the SoftBody work into its own library, BulletSoftBody (work in progress)

This commit is contained in:
erwin.coumans
2008-04-11 18:41:07 +00:00
parent 177287ae78
commit 621be07178
21 changed files with 31 additions and 16 deletions

View File

@@ -3,7 +3,6 @@ SubDir TOP src BulletDynamics ;
Description bulletdynamics : "Bullet Rigidbody Dynamics" ;
Library bulletdynamics :
[ Wildcard ConstraintSolver : *.h *.cpp ]
[ Wildcard SoftBody : *.h *.cpp ]
[ Wildcard Dynamics : *.h *.cpp ]
[ Wildcard Vehicle : *.h *.cpp ]
;