fixes for demo, jamfile

This commit is contained in:
ejcoumans
2007-09-20 06:16:14 +00:00
parent bbb88e67fb
commit 876ddcfd76
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
SubDir TOP Demos GimpactTestDemo ;
#some demos need extra functionality, Collada / ConvexDecomposition etc.
rule ExtraDemo1
{
Application $(<) : $(>) : noinstall console nomanifest ;
LinkWith $(<) : GIMPACT bulletopenglsupport bulletdynamics bulletcollision bulletmath ;
CFlags $(<) :
[ FIncludes $(TOP)/Demos/OpenGL ]
[ FIncludes $(TOP)/Extras/GIMPACT/include ]
;
MsvcIncDirs $(<) :
"../../Demos/OpenGL"
"../../Extras/GIMPACT/include" ;
}
ExtraDemo1 GimpactTestDemo : [ Wildcard *.h *.cpp ] ;