summaryrefslogtreecommitdiffstats
path: root/make/scripts/make.gluegen.all.linux-x86.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-x86.sh')
-rw-r--r--make/scripts/make.gluegen.all.linux-x86.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh
new file mode 100644
index 0000000..ef81f0e
--- /dev/null
+++ b/make/scripts/make.gluegen.all.linux-x86.sh
@@ -0,0 +1,16 @@
+#! /bin/sh
+
+. ../../setenv-build-jogl-x86.sh
+
+# -Dc.compiler.debug=true
+# -Dgluegen.cpptasks.detected.os=true \
+# -DisUnix=true \
+# -DisLinux=true \
+# -DisLinuxX86=true \
+# -DisX11=true \
+
+ant \
+ -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \
+ -Drootrel.build=build-x86 \
+ -Dos.arch=x86 \
+ $* 2>&1 | tee make.gluegen.all.linux-x86.log