You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
791 B
23 lines
791 B
##########################################################
|
|
# 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
|
|
|