From 68519bb3029d42dc018eec740c29504f7a44867d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 19 Dec 2010 01:13:28 +0100 Subject: Unique ZIP archive name --- build.xml | 8 ++++++-- scripts/make.jogl.all.linux-x86_64.sh | 9 +++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 scripts/make.jogl.all.linux-x86_64.sh diff --git a/build.xml b/build.xml index 37259f0..939f22b 100644 --- a/build.xml +++ b/build.xml @@ -9,6 +9,10 @@ + + + + @@ -24,8 +28,8 @@ - - + + diff --git a/scripts/make.jogl.all.linux-x86_64.sh b/scripts/make.jogl.all.linux-x86_64.sh new file mode 100644 index 0000000..b082a65 --- /dev/null +++ b/scripts/make.jogl.all.linux-x86_64.sh @@ -0,0 +1,9 @@ +#! /bin/sh + +if [ -e ../setenv-build-jogl-x86_64.sh ] ; then + . ../setenv-build-jogl-x86_64.sh +fi + +ant \ + -Drootrel.build=build-x86_64 \ + $* 2>&1 | tee make.jogl.all.linux-x86_64.log -- cgit v1.2.3