diff options
author | Sven Gothel <[email protected]> | 2010-12-19 01:13:28 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-19 01:13:28 +0100 |
commit | 68519bb3029d42dc018eec740c29504f7a44867d (patch) | |
tree | ed51dc40d2dc8b72cd001d7bd13fede218e2bcef /scripts | |
parent | 314f526bd572920d4c41c29d285a165817f93d8e (diff) |
Unique ZIP archive name
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make.jogl.all.linux-x86_64.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |