diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 2 | ||||
-rw-r--r-- | make/scripts/make.jogl.all.x86_64.sh | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 5317238..836bb5a 100644 --- a/make/build.xml +++ b/make/build.xml @@ -309,7 +309,7 @@ - This must be called on one target. --> - <target name="developer-zip-archive" depends="init" unless="build.noarchives"> + <target name="developer-zip-archive" depends="init" if="build.archiveon"> <delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" /> <mkdir dir="${archive}" /> <copy file="${build}/artifact.properties" todir="${archive}"/> diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh index 53cec56..dc49ee4 100644 --- a/make/scripts/make.jogl.all.x86_64.sh +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -5,7 +5,6 @@ # -Dc.compiler.debug=true # -Djogl.cg=1 \ # -Djogl.redbook=true \ -# -Dbuild.noarchives=true ant \ -Djogl.cg=1 \ |