summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make.jocl.all.linux-x86.sh')
-rw-r--r--scripts/make.jocl.all.linux-x86.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-x86.sh b/scripts/make.jocl.all.linux-x86.sh
new file mode 100644
index 00000000..9ae8b770
--- /dev/null
+++ b/scripts/make.jocl.all.linux-x86.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+if [ -e ../setenv-build-jogl-x86.sh ] ; then
+ . ../setenv-build-jogl-x86.sh
+fi
+
+ant \
+ -Drootrel.build=build-x86 \
+ $* 2>&1 | tee make.jocl.all.linux-x86.log