From 7181447bb3043f326f1f6b018f5f41478146ba1d Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 9 Feb 2008 04:47:30 +0000 Subject: Modified gluegen-cpptasks, gluegen.properties and jogl.properties to support building 64-bit on Leopard git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@71 a78bb65f-1512-4460-ba86-f6dc96a7bf27 --- make/gluegen-cpptasks.xml | 6 ++++++ make/gluegen.properties | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/make/gluegen-cpptasks.xml b/make/gluegen-cpptasks.xml index 2111cba..48b881b 100755 --- a/make/gluegen-cpptasks.xml +++ b/make/gluegen-cpptasks.xml @@ -454,6 +454,9 @@ + + + @@ -522,6 +525,9 @@ + + + diff --git a/make/gluegen.properties b/make/gluegen.properties index 81aba60..cf69cac 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -27,3 +27,7 @@ win32.c.compiler=vc6 # on a Mac OS X system supporting cross-compilation and want to # generate fat (PPC and x86) binaries, uncomment the property below # macosxfat=true +# If you are building on a 64-bit Mac OS X system supporting +# cross-compilation and want to generate fat (PPC64 and x86_64) binaries, +# uncomment the property below +# macosx64fat=true -- cgit v1.2.3