moved FrameWork into Demos folder
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user