diff options
author | Sven Gothel <[email protected]> | 2011-02-23 20:04:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-23 20:04:37 +0100 |
commit | bd6a4471952d8d788ba613d9d5e3fc4c1adb3f0f (patch) | |
tree | 92a5685410bbf47784756b9b06362a1e9e9f666d /make/build.xml | |
parent | 52cf2e2add5765b120e464eb236f0d2fe33e2d30 (diff) |
Adapt changes of jogamp-env.xml
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 836bb5a..1d9f38d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -33,6 +33,7 @@ <!-- Pull in GlueGen cpptasks build file --> <import file="${gluegen.root}/make/gluegen-cpptasks.xml" /> <import file="${gluegen.root}/make/gluegen-archivetasks.xml" /> + <import file="${gluegen.root}/make/jogamp-env.xml" /> <property name="jogl.root" value="${project.root}/../jogl" /> <property name="jogl.build" value="${jogl.root}/${rootrel.build}" /> @@ -92,7 +93,7 @@ <property name="swt.jar" value="${user.swt.jar}"/> </target> - <target name="init" depends="gluegen.cpptasks.detect.os,java.class.path.validate,setup.gles,setup.cg.excludes,skip.cg.excludes,init.swt"> + <target name="init" depends="jogamp.env.init,gluegen.cpptasks.detect.os,java.class.path.validate,setup.gles,setup.cg.excludes,skip.cg.excludes,init.swt"> <property name="jogl.core.jar" value="${jogl.build}/jogl/jogl.core.jar" /> <condition property="jogl.cg.jar" value="${jogl.build}/jogl/jogl.cg.jar"> <isset property="jogl.cg"/> |