blob: dab5b77b7adf135ddd0750178d7bb73dca227b69 (
plain)
1
2
3
4
5
6
7
8
9
|
Package com.jogamp.openal
# Specify output directories
HierarchicalNativeOutput false
JavaOutputDir ../build/gensrc/classes
NativeOutputDir ../build/gensrc/native/joal
# Raise ALException instead of RuntimeException in glue code
RuntimeExceptionType ALException
|