updated IBM Cell SDK makefiles

This commit is contained in:
ejcoumans
2007-10-03 00:42:18 +00:00
parent 23a197b3dc
commit 118ac651dd
3 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ LIBRARY_ppu = bulletcollision.a
#### Compiler flags #### Compiler flags
CPPFLAGS = \ CPPFLAGS = \
-DUSE_LIBSPE2 \
-I../BroadphaseCollision \ -I../BroadphaseCollision \
-I../CollisionDispath \ -I../CollisionDispath \
-I../NarrowPhaseCollision \ -I../NarrowPhaseCollision \
@@ -38,6 +39,7 @@ btGjkConvexCast.o \
btGjkEpa.o \ btGjkEpa.o \
btGjkEpaPenetrationDepthSolver.o \ btGjkEpaPenetrationDepthSolver.o \
btGjkPairDetector.o \ btGjkPairDetector.o \
btDefaultCollisionConfiguration.o \
btMinkowskiPenetrationDepthSolver.o \ btMinkowskiPenetrationDepthSolver.o \
btPersistentManifold.o \ btPersistentManifold.o \
btRaycastCallback.o \ btRaycastCallback.o \

View File

@@ -11,6 +11,7 @@ LIBRARY_ppu = bulletdynamics.a
#### Compiler flags #### Compiler flags
CPPFLAGS = \ CPPFLAGS = \
-DUSE_LIBSPE2 \
-I../ConstraintSolver \ -I../ConstraintSolver \
-I../Dynamics \ -I../Dynamics \
-I../Vehicle \ -I../Vehicle \

View File

@@ -8,6 +8,7 @@ LIBRARY_ppu = bulletmath.a
#### Compiler flags #### Compiler flags
CPPFLAGS = \ CPPFLAGS = \
-DUSE_LIBSPE2 \
-I$(ROOT)/src \ -I$(ROOT)/src \
-I$(SDKINC) -I$(SDKINC)