some fixes for IBM Cell SDK 3.1 build

to build, go to Bullet/src/ibm_sdk and run make
then, go to Bullet/src/BulletMultiThreaded/ibm_sdk
make -f Makefile.original spu
make -f Makefile.original ppu
This commit is contained in:
erwin.coumans
2008-11-02 09:46:35 +00:00
parent 461602a5f2
commit c34a4a0f71
2 changed files with 9 additions and 3 deletions

View File

@@ -90,8 +90,10 @@ bool gUseEpa = false;
#include <LibSN_SPU.h>
#endif //USE_SN_TUNER
#if defined (__SPU__) || defined (USE_LIBSPE2)
#if defined (__SPU__) && !defined (USE_LIBSPE2)
#include <spu_printf.h>
#elif defined (USE_LIBSPE2)
#define spu_printf(a)
#else
#define IGNORE_ALIGNMENT 1
#include <stdio.h>