Files
bullet3/Demos/Gpu3dDemo/Jamfile
2009-05-23 01:40:27 +00:00

19 lines
469 B
Plaintext

SubDir TOP Demos Gpu3dDemo ;
rule BulletMTDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
LinkWith $(<) : bulletopenglsupport bulletmultithreaded bulletdynamics bulletcollision bulletmath ;
CFlags $(<) : [ FIncludes $(TOP)/Demos/OpenGL ]
[ FIncludes $(TOP)/Extras/ConvexHull ]
;
MsvcIncDirs $(<) :
"../../Demos/OpenGL"
"../../src" ;
}
BulletMTDemo Gpu3dDemo : [ Wildcard *.h *.cpp ] ;