summaryrefslogtreecommitdiffstats
path: root/make/joal-common.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-08 23:24:31 +0200
committerSven Gothel <[email protected]>2010-05-08 23:24:31 +0200
commiteece99ddce11741397235c88c78e5b8259abc481 (patch)
treefac444b644522777d906e01ece5a031a727e3b82 /make/joal-common.cfg
parent41224b0aaf5d95ea9988c6562fd0817731dd8f93 (diff)
Add rootrel.build semantics ..
Diffstat (limited to 'make/joal-common.cfg')
-rwxr-xr-xmake/joal-common.cfg4
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