From 3f0266e5d20216f68f515a943ad647d01e0ff567 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 13 Mar 2009 00:50:51 +0000 Subject: 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 --- make/make.jogl.all.linux-x86_64.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 make/make.jogl.all.linux-x86_64.sh (limited to 'make') 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 -- cgit v1.2.3