aboutsummaryrefslogtreecommitdiffstats
path: root/make/make.jogl.all.linux-x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/make.jogl.all.linux-x86.sh')
-rw-r--r--make/make.jogl.all.linux-x86.sh16
1 files changed, 16 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..0c6cd96f5
--- /dev/null
+++ b/make/make.jogl.all.linux-x86.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+. ../../setenv-build-jogl-x86.sh
+
+# -Dc.compiler.debug=true
+# -DuseOpenMAX=true \
+
+ant \
+ -Drootrel.build=build-x86 \
+ -Dgluegen.cpptasks.detected.os=true \
+ -DisUnix=true \
+ -DisLinux=true \
+ -DisLinuxX86=true \
+ -DisX11=true \
+ -DuseKD=true \
+ $* 2>&1 | tee make.jogl.all.linux-x86.log