diff options
author | Sven Gothel <[email protected]> | 2010-05-08 23:24:31 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-08 23:24:31 +0200 |
commit | eece99ddce11741397235c88c78e5b8259abc481 (patch) | |
tree | fac444b644522777d906e01ece5a031a727e3b82 /make/joal-common.cfg | |
parent | 41224b0aaf5d95ea9988c6562fd0817731dd8f93 (diff) |
Add rootrel.build semantics ..
Diffstat (limited to 'make/joal-common.cfg')
-rwxr-xr-x | make/joal-common.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/joal-common.cfg b/make/joal-common.cfg index dab5b77..6a2929b 100755 --- a/make/joal-common.cfg +++ b/make/joal-common.cfg @@ -2,8 +2,8 @@ Package com.jogamp.openal # Specify output directories HierarchicalNativeOutput false -JavaOutputDir ../build/gensrc/classes -NativeOutputDir ../build/gensrc/native/joal +JavaOutputDir gensrc/classes +NativeOutputDir gensrc/native/joal # Raise ALException instead of RuntimeException in glue code RuntimeExceptionType ALException |