aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/make.jogl.all.linux-x86.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh
new file mode 100644
index 000000000..f538018be
--- /dev/null
+++ b/make/make.jogl.all.linux-x86.sh
@@ -0,0 +1,11 @@
+#! /bin/sh
+
+. ../../setenv-build-jogl.sh
+
+ant -v \
+ -Dgluegen.cpptasks.detected.os=true \
+ -DisUnix=true \
+ -DisLinux=true \
+ -DisLinuxX86=true \
+ -DisX11=true \
+ $* 2>&1 | tee make.jogl.all.linux-x86.log