summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
committerSven Gothel <[email protected]>2011-02-23 19:40:44 +0100
commitb88976ac189c8154be2a8e2b748711c85a1af421 (patch)
treecaa4fcf64d03ed215d7af6e91807f698aeaa4573 /make/build.xml
parent1c88fd2534220a5e8eda1b4f0861ca23a9e3ef31 (diff)
fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index f2d35b1..bdd9297 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -21,6 +21,7 @@
<import file="gluegen-cpptasks.xml" />
<import file="gluegen-archivetasks.xml" />
+ <import file="jogamp-env.xml" />
<condition property="rootrel.build" value="build">
<not>
@@ -36,7 +37,7 @@
<property name="gluegen.excludes" value="com/jogamp/gluegen/runtime/BufferFactoryInternal.java,com/jogamp/gluegen/nativesig/**" />
</target>
- <target name="init" depends="gluegen.properties.load.user,gluegen.cpptasks.detect.os,setup-excludes-1,setup-excludes-2">
+ <target name="init" depends="jogamp.env.init,gluegen.properties.load.user,gluegen.cpptasks.detect.os,setup-excludes-1,setup-excludes-2">
<!-- Declare all paths and user defined variables. -->
<!-- property name="javadoc.link" value="http://java.sun.com/j2se/1.4.2/docs/api/" /-->