diff options
Diffstat (limited to 'scripts/make.jogl.all.linux-x86_64.sh')
-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 |