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