From c29b961cdea245104039acfe3685949b0ba45ffa Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 18 Aug 2007 16:15:09 +0000 Subject: [PATCH] updated work-in-progress PS3 Linux makefiles, clarified license for optional external libraries --- LICENSE | 2 +- src/ibmsdk/Makefile | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0fc7a62d4..ba24a53c2 100644 --- a/LICENSE +++ b/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. diff --git a/src/ibmsdk/Makefile b/src/ibmsdk/Makefile index 3f7d55ca2..6f52613c2 100644 --- a/src/ibmsdk/Makefile +++ b/src/ibmsdk/Makefile @@ -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