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