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:
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
@@ -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 ;
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
SubDir TOP src BulletSoftBody ;
|
||||
|
||||
Description bulletsoftbody : "Bullet Softbody Dynamics" ;
|
||||
Library bulletsoftbody :
|
||||
[ Wildcard *.h *.cpp ]
|
||||
;
|
||||
|
||||
LibDepends bulletsoftbody : bulletdynamics bulletcollision ;
|
||||
@@ -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 ;
|
||||
@@ -1,10 +0,0 @@
|
||||
|
||||
SubDir TOP src LinearMath ;
|
||||
|
||||
Description bulletmath : "Bullet Math Library" ;
|
||||
|
||||
Library bulletmath :
|
||||
[ Wildcard *.h *.cpp ]
|
||||
;
|
||||
|
||||
#InstallHeader [ Wildcard *.h ] ;
|
||||
Reference in New Issue
Block a user