summaryrefslogtreecommitdiffstats
path: root/scripts/make.jocl.all.linux-x86.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-18 03:59:59 +0200
committerSven Gothel <[email protected]>2010-05-18 03:59:59 +0200
commit133cd255940c72410b06ca8b97e60b4a03438c89 (patch)
tree5cc188966b06d0ad2fbf5417231fe0c6dd455013 /scripts/make.jocl.all.linux-x86.sh
parentfffde773390e832d9c9e9410c3d01145807372a1 (diff)
Fix JOCL win64 build - mingw64 shall ling against dll
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