bullet-native.properties 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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 location
  7. bullet.folder=../bullet-2.79
  8. # compile options
  9. bullet.compile.debug=false
  10. # native library compilation options
  11. bullet.osx.compiler=g++
  12. bullet.osx.syslibroot=/Developer/SDKs/MacOSX10.6.sdk
  13. # change this to msvc for MS Visual Studio compiler
  14. bullet.windows.compiler=g++
  15. bullet.linux.compiler=g++
  16. bullet.solaris.compiler=g++
  17. # native header include directories
  18. bullet.java.include=${java.home}/../include
  19. # OSX has no JRE, only JDK
  20. bullet.osx.java.include=/System/Library/Frameworks/JavaVM.framework/Headers
  21. # location of Android NDK
  22. ndk.dir=/opt/android-ndk-r7
  23. # dont change these..
  24. bullet.bullet.include=${bullet.folder}/src
  25. bullet.build.dir=build/bullet/
  26. bullet.source.dir=src/bullet-native
  27. bullet.output.base=lib/bullet
  28. bullet.output.dir=${bullet.output.base}/jarcontent/native
  29. bullet.jme.dir=dist
  30. bullet.lib.dir=dist/lib