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
CPPFLAGS = \
-DUSE_LIBSPE2 \
-I../BroadphaseCollision \
-I../CollisionDispath \
-I../NarrowPhaseCollision \
@@ -38,6 +39,7 @@ btGjkConvexCast.o \
btGjkEpa.o \
btGjkEpaPenetrationDepthSolver.o \
btGjkPairDetector.o \
btDefaultCollisionConfiguration.o \
btMinkowskiPenetrationDepthSolver.o \
btPersistentManifold.o \
btRaycastCallback.o \

View File

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

View File

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