diff options
author | Sven Gothel <[email protected]> | 2010-03-30 05:12:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-30 05:12:50 +0200 |
commit | 69f64249e908851fda06ba6e6c2c4c45b837c16f (patch) | |
tree | 969705f7714b6d477301ec80ac34d2967d058d81 /make/build.xml | |
parent | 2e4835c543d32791cf3c79907aecad7c4692f457 (diff) |
Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
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" /> |