updated work-in-progress PS3 Linux makefiles, clarified license for optional external libraries

This commit is contained in:
ejcoumans 2007-08-18 16:15:09 +00:00
parent ecb6c967d1
commit c29b961cde
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,6 @@ subject to the following restrictions:
*/
All files in the Bullet/src folder are under this Zlib license.
Optional Extras/GIMPACT and Extras/GIMPACTBullet is also under ZLib license. Other optional files in Extras/Demos have own license,see respective files.
Optional Extras/GIMPACT and Extras/GIMPACTBullet is also under ZLib license. Other optional external libraries in Extras/Demos have own license,see respective files.
This means Bullet can freely be used in any software, including commercial and console software. A Playstation 3 optimized version is available through Sony.

View File

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