Retired the Jam build system (and msvcgen). CMake is currently the preferred build system on Windows, Mac and UNIX

(autotools files are still left for now)
This commit is contained in:
erwin.coumans
2010-02-20 15:47:20 +00:00
parent 6ef37ab722
commit 1c0ec85c32
100 changed files with 2 additions and 10345 deletions

View File

@@ -1,14 +0,0 @@
SubDir TOP src BulletCollision ;
Description bulletcollision : "Bullet Collision Detection" ;
Library bulletcollision :
[ Wildcard Gimpact : *.h *.cpp ]
[ Wildcard BroadphaseCollision : *.h *.cpp ]
[ Wildcard CollisionDispatch : *.h *.cpp ]
[ Wildcard CollisionShapes : *.h *.cpp ]
[ Wildcard NarrowPhaseCollision : *.h *.cpp ]
;
LibDepends bulletcollision : bulletmath ;

View File

@@ -1,13 +0,0 @@
SubDir TOP src BulletDynamics ;
Description bulletdynamics : "Bullet Rigidbody Dynamics" ;
Library bulletdynamics :
[ Wildcard ConstraintSolver : *.h *.cpp ]
[ Wildcard Dynamics : *.h *.cpp ]
[ Wildcard Vehicle : *.h *.cpp ]
[ Wildcard Character : *.h *.cpp ]
;
LibDepends bulletdynamics : bulletcollision ;

View File

@@ -1,14 +0,0 @@
SubDir TOP src BulletMultiThreaded ;
#IncludeDir src/BulletMultiThreaded ;
Library bulletmultithreaded : [ Wildcard . : *.h *.cpp ] [ Wildcard MiniCLTask : *.h *.cpp ] [ Wildcard SpuNarrowPhaseCollisionTask : *.h *.cpp ] : noinstall ;
CFlags bulletmultithreaded : [ FIncludes $(TOP)/src/BulletMultiThreaded ] [ FIncludes $(TOP)/src/BulletMultiThreaded/vectormath/scalar/cpp ] ;
LibDepends bulletmultithreaded : ;
MsvcIncDirs bulletmultithreaded :
"../../src/BulletMultiThreaded"
"../../src/BulletMultiThreaded/vectormath/scalar/cpp"
;
InstallHeader [ Wildcard *.h ] : bulletmultithreaded ;

View File

@@ -1,9 +0,0 @@
SubDir TOP src BulletSoftBody ;
Description bulletsoftbody : "Bullet Softbody Dynamics" ;
Library bulletsoftbody :
[ Wildcard *.h *.cpp ]
;
LibDepends bulletsoftbody : bulletdynamics bulletcollision ;

View File

@@ -1,7 +0,0 @@
SubDir TOP src ;
SubInclude TOP src BulletMultiThreaded ;
SubInclude TOP src BulletSoftBody ;
SubInclude TOP src BulletCollision ;
SubInclude TOP src BulletDynamics ;
SubInclude TOP src LinearMath ;
Recurse InstallHeader : .h ;

View File

@@ -1,10 +0,0 @@
SubDir TOP src LinearMath ;
Description bulletmath : "Bullet Math Library" ;
Library bulletmath :
[ Wildcard *.h *.cpp ]
;
#InstallHeader [ Wildcard *.h ] ;