updated Jam buildsystem to link properly under systems that rely on strict ordering of the link libraries
This commit is contained in:
@@ -8,4 +8,6 @@ Library bulletcollision :
|
||||
[ Wildcard CollisionShapes : *.h *.cpp ]
|
||||
[ Wildcard NarrowPhaseCollision : *.h *.cpp ]
|
||||
;
|
||||
LibDepends bulletcollision : bulletmath ;
|
||||
|
||||
Recurse InstallHeader : .h ;
|
||||
|
||||
@@ -6,4 +6,7 @@ Library bulletdynamics :
|
||||
[ Wildcard Dynamics : *.h *.cpp ]
|
||||
[ Wildcard Vehicle : *.h *.cpp ]
|
||||
;
|
||||
|
||||
LibDepends bulletdynamics : bulletcollision ;
|
||||
|
||||
Recurse InstallHeader : .h ;
|
||||
|
||||
Reference in New Issue
Block a user