From 05cab54625f7482b1179cabe4902fbbbb53ea44d Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 3 Jul 2009 04:34:02 +0000 Subject: Fix property handling ; Adding jnlp. aliasing for properties git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@2016 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/make.jogl.all.linux-x86.sh | 1 + make/make.jogl.all.linux-x86_64.sh | 1 + make/make.jogl.all.macosx.sh | 1 + 3 files changed, 3 insertions(+) (limited to 'make') diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index feb9f27e8..bb2f060ca 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -8,6 +8,7 @@ # -Dbuild.noarchives=true ant \ + -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ -Drootrel.build=build-x86 \ -Dgluegen.cpptasks.detected.os=true \ diff --git a/make/make.jogl.all.linux-x86_64.sh b/make/make.jogl.all.linux-x86_64.sh index c84a2926c..1d9cf68fa 100644 --- a/make/make.jogl.all.linux-x86_64.sh +++ b/make/make.jogl.all.linux-x86_64.sh @@ -7,6 +7,7 @@ # -Dbuild.noarchives=true ant \ + -Dbuild.noarchives=true \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86_64 \ -Dc.compiler.debug=true \ -Drootrel.build=build-x86_64 \ diff --git a/make/make.jogl.all.macosx.sh b/make/make.jogl.all.macosx.sh index 037f4233a..e00cd83b6 100644 --- a/make/make.jogl.all.macosx.sh +++ b/make/make.jogl.all.macosx.sh @@ -6,6 +6,7 @@ # -Dbuild.noarchives=true ant \ + -Dbuild.noarchives=true \ -Djogl.cg=1 \ -Drootrel.build=build-macosx \ $* 2>&1 | tee make.jogl.all.macosx.log -- cgit v1.2.3