added Makefiles for IBM Cell SDK 2.1, thanks to Bruce D'Amora, IBM Watson

This commit is contained in:
ejcoumans
2007-08-13 04:18:25 +00:00
parent 7834825a43
commit e7304e6cec
6 changed files with 272 additions and 0 deletions

8
src/ibmsdk/Makefile Normal file
View File

@@ -0,0 +1,8 @@
#### Visit Bullet library ibmsdk dirs and build code
DIRS := \
../BulletCollision/ibmsdk \
../BulletDynamics/ibmsdk \
../LinearMath/ibmsdk
include $(TOP)/make.footer