moved FrameWork into Demos folder

This commit is contained in:
ejcoumans
2007-10-21 05:59:16 +00:00
parent 554d2c7e15
commit ed342ede3b
9 changed files with 94 additions and 28 deletions

View File

@@ -29,7 +29,27 @@ if $(GLUT.AVAILABLE) = "yes"
"../../src" ;
}
if $(GLUT.AVAILABLE) = "yes"
{
# All demo apps have a lot in common, so use this rule to simply things
rule FrameWorkDemo
{
Application $(<) : $(>) : noinstall console nomanifest ;
LinkWith $(<) : bulletopenglsupport bulletdynamics bulletcollision bulletmath glui ;
CFlags $(<) :
[ FIncludes $(TOP)/Extras ]
[ FIncludes $(TOP)/Demos/OpenGL ]
;
MsvcIncDirs $(<) :
"../../Extras"
"../../src"
"../../Demos/OpenGL"
;
}
}
SubInclude TOP Demos AllBulletDemos ;
SubInclude TOP Demos CcdPhysicsDemo ;
SubInclude TOP Demos UserCollisionAlgorithm ;
#SubInclude TOP Demos ForkLiftDemo ;