- fix bullet build properties

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8498 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent dd5365891f
commit ccddf1ea8e
  1. 4
      engine/src/bullet/native/bullet.properties

@ -5,14 +5,14 @@ bullet.library.name=bulletjme
bullet.library.version=0.9 bullet.library.version=0.9
# change if bullet folder has different location # change if bullet folder has different location
bullet.folder=../../bullet-2.79 bullet.folder=../bullet-trunk
# compile options # compile options
bullet.compile.debug=false bullet.compile.debug=false
# native library compilation options # native library compilation options
bullet.osx.compiler=g++ 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 # change this to msvc for MS Visual Studio compiler
bullet.windows.compiler=g++ bullet.windows.compiler=g++
bullet.linux.compiler=g++ bullet.linux.compiler=g++

Loading…
Cancel
Save