diff options
author | Kenneth Russel <[email protected]> | 2008-02-09 04:47:30 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-02-09 04:47:30 +0000 |
commit | 7181447bb3043f326f1f6b018f5f41478146ba1d (patch) | |
tree | 89f0c4e69c8a2de0e44aa3bad2034dbd7a1a6811 /make/gluegen.properties | |
parent | 0cd7dbaae5bd4b4bdacaf147c522cc39465354b1 (diff) |
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
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 4 |
1 files changed, 4 insertions, 0 deletions
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 |