##################################################### # these are the ant build properties for bullet-jme # ##################################################### bullet.library.name=bulletjme bullet.library.version=0.9 # change if bullet folder has different name bullet.folder=../bullet-2.79 bullet.download=http://bullet.googlecode.com/files/bullet-2.79-rev2440.zip # compile options bullet.compile.debug=false # native library compilation options bullet.osx.compiler=g++ bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk # change this to msvc for MS Visual Studio compiler bullet.windows.compiler=g++ bullet.linux.compiler=g++ bullet.solaris.compiler=g++ # native header include directories bullet.java.include=${java.home}/../include # OSX has no JRE, only JDK bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers # exec command for cmake and make for different platforms, # needed to compile bullet before compiling the jme bullet libraries cmake.windows=cmake make.windows=mingw32-make cmake.linux=cmake make.linux=make cmake.osx=/opt/local/bin/cmake make.osx=make # location of Android NDK if available ndk.dir=/opt/android-ndk-r7 # dont change these.. bullet.bullet.include=${bullet.folder}/src bullet.build.dir=build/bullet/ bullet.source.dir=src/bullet-native bullet.output.base=lib/bullet bullet.output.dir=${bullet.output.base}/jarcontent/native bullet.jme.dir=dist bullet.lib.dir=dist/lib