aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-25 05:51:59 +0000
committerSven Gothel <[email protected]>2008-06-25 05:51:59 +0000
commiteeeac3ac68f01056f60cf2944f5eeb3f0f950f6e (patch)
tree2201f4c6a04742d46655e7d5f74aa922f7d24f67 /make
parentb02adebb3213e19aecfe84e6966e52976e5c09cf (diff)
build script props to force linux-x86 on linux-amd64
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1681 232f8b59-042b-4e1e-8c03-345bb8c30851
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