openal-soft-native.properties 791 B

1234567891011121314151617181920212223
  1. ##########################################################
  2. # these are the ant build properties for openal-soft-jme #
  3. ##########################################################
  4. # location of Android NDK if available
  5. ndk.dir=D:/android/android-ndk-r7
  6. # directory of OpenAL Soft download
  7. openal-soft.folder=../openalsoft_1_15_1/openal-soft
  8. # compile options
  9. openal-soft.compile.debug=false
  10. # native header include directories
  11. openal-soft.java.include=${java.home}/../include
  12. # dont change these..
  13. openal-soft.include=${openal-soft.folder}
  14. openal-soft.source.dir=src/openal-soft-native/android
  15. openal-soft.build.dir=build/openal-soft/
  16. openal-soft.output.base=lib/openal-soft
  17. openal-soft.output.dir=${openal-soft.output.base}/jarcontent
  18. openal-soft.jme.dir=dist
  19. openal-soft.lib.dir=dist/lib