summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-30 05:12:50 +0200
committerSven Gothel <[email protected]>2010-03-30 05:12:50 +0200
commit69f64249e908851fda06ba6e6c2c4c45b837c16f (patch)
tree969705f7714b6d477301ec80ac34d2967d058d81 /make
parent2e4835c543d32791cf3c79907aecad7c4692f457 (diff)
Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 6ff868d..f376fa4 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -73,7 +73,7 @@
<condition property="jogl.cg.jar" value="${jogl.root}/${rootrel.build}/jogl/jogl.cg.jar">
<isset property="jogl.cg"/>
</condition>
- <property name="gluegen-rt.jar" value="${gluegen.root}/build/gluegen-rt.jar" />
+ <property name="gluegen-rt.jar" value="${gluegen.root}/${rootrel.build}/gluegen-rt.jar" />
<property name="jogl.gles12.jar" value="${jogl.root}/${rootrel.build}/jogl/jogl.gles12.jar" />
<property name="jogl.gles12.dbg.jar" value="${jogl.root}/${rootrel.build}/jogl/jogl.gles12.dbg.jar" />
<property name="jogl.gles1.jar" value="${jogl.root}/${rootrel.build}/jogl/jogl.gles1.jar" />