updated demos includes

This commit is contained in:
ejcoumans
2006-09-11 06:10:40 +00:00
parent 1a6333e709
commit c114703156
5 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,17 @@ SubDir TOP Demos OpenGL ;
if $(GLUT.AVAILABLE) = "yes"
{
IncludeDir Extras/PhysicsInterface/Common ;
IncludeDir Extras/PhysicsInterface/CcdPhysics ;
Description bulletopenglsupport : "Bullet OpenGL support" ;
Library bulletopenglsupport : [ Wildcard *.h *.cpp ] : noinstall ;
Library bulletopenglsupport :
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags bulletopenglsupport :
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
;
ExternalLibs bulletopenglsupport : GLUT ;
}