From abea54842158e588112f6e35d1ba3c5f069dfc29 Mon Sep 17 00:00:00 2001 From: sg215889 Date: Tue, 28 Jul 2009 18:57:07 -0700 Subject: Fix: Native CPU 32/64 bit detection; Tested on CVM/J2SE --- make/make.gluegen.all.linux-x86_64.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'make/make.gluegen.all.linux-x86_64.sh') diff --git a/make/make.gluegen.all.linux-x86_64.sh b/make/make.gluegen.all.linux-x86_64.sh index a787c57..98ef4ed 100644 --- a/make/make.gluegen.all.linux-x86_64.sh +++ b/make/make.gluegen.all.linux-x86_64.sh @@ -3,12 +3,12 @@ . ../../setenv-build-jogl-x86_64.sh # -Dc.compiler.debug=true +# -Dgluegen.cpptasks.detected.os=true \ +# -DisUnix=true \ +# -DisLinux=true \ +# -DisLinuxAMD64=true \ +# -DisX11=true \ -ant -v \ +ant \ -Drootrel.build=build-x86_64 \ - -Dgluegen.cpptasks.detected.os=true \ - -DisUnix=true \ - -DisLinux=true \ - -DisLinuxAMD64=true \ - -DisX11=true \ $* 2>&1 | tee make.gluegen.all.linux-x86_64.log -- cgit v1.2.3