OSDN Git Service

- fix bullet build properties
authornormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sat, 22 Oct 2011 03:27:51 +0000 (03:27 +0000)
committernormen667 <normen667@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sat, 22 Oct 2011 03:27:51 +0000 (03:27 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@8498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

engine/src/bullet/native/bullet.properties

index 4349035..d8a62a1 100644 (file)
@@ -5,14 +5,14 @@ bullet.library.name=bulletjme
 bullet.library.version=0.9
 
 # change if bullet folder has different location
-bullet.folder=../../bullet-2.79
+bullet.folder=../bullet-trunk
 
 # compile options
 bullet.compile.debug=false
 
 # native library compilation options
 bullet.osx.compiler=g++
-bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
+bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.5.sdk
 # change this to msvc for MS Visual Studio compiler
 bullet.windows.compiler=g++
 bullet.linux.compiler=g++