| 1234567891011121314151617181920212223 |
- ##########################################################
- # these are the ant build properties for openal-soft-jme #
- ##########################################################
- # location of Android NDK if available
- ndk.dir=D:/android/android-ndk-r7
- # directory of OpenAL Soft download
- openal-soft.folder=../openalsoft_1_15_1/openal-soft
- # compile options
- openal-soft.compile.debug=false
- # native header include directories
- openal-soft.java.include=${java.home}/../include
- # dont change these..
- openal-soft.include=${openal-soft.folder}
- openal-soft.source.dir=src/openal-soft-native/android
- openal-soft.build.dir=build/openal-soft/
- openal-soft.output.base=lib/openal-soft
- openal-soft.output.dir=${openal-soft.output.base}/jarcontent
- openal-soft.jme.dir=dist
- openal-soft.lib.dir=dist/lib
|