19 lines
469 B
Plaintext
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 ] ;
|