aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-03-13 00:50:51 +0000
committerSven Gothel <[email protected]>2009-03-13 00:50:51 +0000
commit3f0266e5d20216f68f515a943ad647d01e0ff567 (patch)
tree7bdddb18ac91f0b559457c5d18f7906b33450078 /make
parent3481005944d8f7f2ce1ec09158bd177a2b379e0a (diff)
Fix NEWT X11 Keymapping
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1862 232f8b59-042b-4e1e-8c03-345bb8c30851
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