summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86_64.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-17 19:14:19 +0200
committerSven Gothel <[email protected]>2010-05-17 19:14:19 +0200
commitfffde773390e832d9c9e9410c3d01145807372a1 (patch)
tree21a27e5f9b378e219790e01e37f481691c5b21d7 /scripts/make.jocl.all.linux-x86_64.sh
parent4c2231a3292cb9fb0aa3ad1e46736cded7d1f2e0 (diff)
Added scripts folder
Diffstat (limited to 'scripts/make.jocl.all.linux-x86_64.sh')
-rw-r--r--scripts/make.jocl.all.linux-x86_64.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/make.jocl.all.linux-x86_64.sh b/scripts/make.jocl.all.linux-x86_64.sh
new file mode 100644
index 00000000..6ca3e805
--- /dev/null
+++ b/scripts/make.jocl.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.jocl.all.linux-x86_64.log