updated Jam buildsystem to link properly under systems that rely on strict ordering of the link libraries
This commit is contained in:
@@ -10,9 +10,13 @@ IncludeDir Extras/PhysicsInterface/CcdPhysics ;
|
||||
Library bulletopenglsupport :
|
||||
[ Wildcard *.h *.cpp ] : noinstall
|
||||
;
|
||||
CFlags bulletopenglsupport :
|
||||
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
|
||||
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
|
||||
|
||||
CFlags bulletopenglsupport :
|
||||
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
|
||||
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
|
||||
;
|
||||
|
||||
LibDepends bulletopenglsupport : bulletdynamics ;
|
||||
|
||||
ExternalLibs bulletopenglsupport : GLUT ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user