fixed build/project files

This commit is contained in:
erwin.coumans
2008-04-10 21:28:37 +00:00
parent 1139c06a4d
commit fd5057ec5a
27 changed files with 604 additions and 573 deletions

View File

@@ -41,7 +41,7 @@ subject to the following restrictions:
#include "BulletCollision/CollisionShapes/btUniformScalingShape.h"
#include "BulletCollision/CollisionShapes/btStaticPlaneShape.h"
///
#include "btShapeHull.h"
#include "BulletCollision/CollisionShapes/btShapeHull.h"
#include "LinearMath/btTransformUtil.h"

View File

@@ -9,18 +9,11 @@ if $(GLUT.AVAILABLE) = "yes"
[ Wildcard *.h *.cpp ] : noinstall
;
CFlags bulletopenglsupport : [ FIncludes $(TOP)/Extras/ConvexHull ]
;
MsvcIncDirs bulletopenglsupport :
"../../Extras/ConvexHull" ;
bulletopenglsupport.CFLAGS = [ FIncludes $(TOP)/Extras/ConvexHull ] ;
#same for msvcgen
MsvcGenConfig bulletopenglsupport.INCDIRS : $(TOP)/Extras/ConvexHull ;
LibDepends bulletopenglsupport : bulletdynamics convexhull ;
LibDepends bulletopenglsupport : bulletdynamics ;
ExternalLibs bulletopenglsupport : GLUT ;
}