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 | 68ba17191d4aff325d03e05d01d55e15b5099369 (patch) | |
tree | 0216e03df6e842a777d0a30fd9caac66e248a035 /make/jogl.properties | |
parent | 50107414c547849d4eb7880c3b622d6a238c38fe (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/jogl/trunk@1519 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jogl.properties')
-rw-r--r-- | make/jogl.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/jogl.properties b/make/jogl.properties index 298ed2759..59944f532 100644 --- a/make/jogl.properties +++ b/make/jogl.properties @@ -21,6 +21,10 @@ win32.c.compiler=vc6 # 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 # # If you are building the Cg binding (by specifying -Djogl.cg=1 to the |