diff options
Diffstat (limited to 'make/joal-common.cfg')
-rwxr-xr-x | make/joal-common.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/make/joal-common.cfg b/make/joal-common.cfg new file mode 100755 index 0000000..85dba07 --- /dev/null +++ b/make/joal-common.cfg @@ -0,0 +1,9 @@ +Package net.java.games.joal + +# Specify output directories +HierarchicalNativeOutput false +JavaOutputDir ../build/gensrc/classes +NativeOutputDir ../build/gensrc/native/joal + +# Raise ALException instead of RuntimeException in glue code +RuntimeExceptionType ALException |