bullet-native.properties 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #####################################################
  2. # these are the ant build properties for bullet-jme #
  3. #####################################################
  4. bullet.library.name=bulletjme
  5. bullet.library.version=0.9
  6. # change if bullet folder has different name
  7. bullet.folder=../bullet-2.79
  8. bullet.download=http://bullet.googlecode.com/files/bullet-2.79-rev2440.zip
  9. # compile options
  10. bullet.compile.debug=false
  11. # native library compilation options
  12. bullet.osx.compiler=g++
  13. bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
  14. # change this to msvc for MS Visual Studio compiler
  15. bullet.windows.compiler=g++
  16. bullet.linux.compiler=g++
  17. bullet.solaris.compiler=g++
  18. # native header include directories
  19. bullet.java.include=${java.home}/../include
  20. # OSX has no JRE, only JDK
  21. bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers
  22. # exec command for cmake and make for different platforms,
  23. # needed to compile bullet before compiling the jme bullet libraries
  24. cmake.windows=cmake
  25. make.windows=mingw32-make
  26. cmake.linux=cmake
  27. make.linux=make
  28. cmake.osx=/opt/local/bin/cmake
  29. make.osx=make
  30. # location of Android NDK if available
  31. ndk.dir=/opt/android-ndk-r7
  32. # dont change these..
  33. bullet.bullet.include=${bullet.folder}/src
  34. bullet.build.dir=build/bullet/
  35. bullet.source.dir=src/bullet-native
  36. bullet.output.base=lib/bullet
  37. bullet.output.dir=${bullet.output.base}/jarcontent/native
  38. bullet.jme.dir=dist
  39. bullet.lib.dir=dist/lib