fixes for buildsystem

This commit is contained in:
ejcoumans
2006-12-09 01:19:15 +00:00
parent f9832f6b88
commit 9022f8cc70
4 changed files with 10 additions and 13 deletions

View File

@@ -3,8 +3,6 @@ SubDir TOP Demos OpenGL ;
if $(GLUT.AVAILABLE) = "yes"
{
IncludeDir Extras/PhysicsInterface/Common ;
IncludeDir Extras/PhysicsInterface/CcdPhysics ;
Description bulletopenglsupport : "Bullet OpenGL support" ;
Library bulletopenglsupport :
@@ -12,8 +10,6 @@ IncludeDir Extras/PhysicsInterface/CcdPhysics ;
;
CFlags bulletopenglsupport :
[ FIncludes $(TOP)/Extras/PhysicsInterface/Common ]
[ FIncludes $(TOP)/Extras/PhysicsInterface/CcdPhysics ]
;
LibDepends bulletopenglsupport : bulletdynamics ;