mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-16 14:40:05 +00:00
updated work-in-progress PS3 Linux makefiles, clarified license for optional external libraries
This commit is contained in:
parent
ecb6c967d1
commit
c29b961cde
2
LICENSE
2
LICENSE
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user