- update bullet build for bullet 2.80 and OSX 10.7 / XCode 4.4+

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9673 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent e089be20f8
commit 16b1afabec
  1. 1
      engine/bullet-native-build.txt
  2. 7
      engine/nbproject/bullet-native.properties

@ -24,6 +24,7 @@ WINDOWS
Mac OSX
- Install XCode: http://developer.apple.com/ (or via the App Store)
- Install the "Command Line Tools" from inside XCode
- Install http://www.macports.org
- Install cmake via macports, in the Terminal type:
> sudo port install cmake

@ -8,14 +8,15 @@ bullet.library.version=0.9
ndk.dir=/opt/android-ndk-r7
# change if bullet version changes
bullet.folder=../bullet-2.79
bullet.download=http://bullet.googlecode.com/files/bullet-2.79-rev2440.zip
bullet.folder=../bullet-2.80-rev2531
bullet.download=http://bullet.googlecode.com/files/bullet-2.80-rev2531.zip
# 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=/Applications/XCode/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk
#/Developer/SDKs/MacOSX10.6.sdk
# change this to msvc for MS Visual Studio compiler
bullet.windows.compiler=g++
bullet.linux.compiler=g++

Loading…
Cancel
Save