diff options
author | Sven Gothel <[email protected]> | 2009-07-04 00:13:24 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-04 00:13:24 +0000 |
commit | 472e6dde3dbd971b390dce7c8368713dc7618cf8 (patch) | |
tree | d2a1370a20789ed931c9e5c2c8bf9a7d9f7dc0d3 /make/gluegen.properties | |
parent | 1aed3a660c5557233ba0b685ff668ce5f6a60313 (diff) |
Remove macosx.ppc build per default. Enable it via ant property macosppc=true
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@156 a78bb65f-1512-4460-ba86-f6dc96a7bf27
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index bc5af68..c8756ea 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -28,4 +28,10 @@ antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar # x86_64 code, uncomment the property below # macosx64=true +# If you are building on a Mac OS X system supporting +# cross-compilation and want to generate fat binaries containing +# ppc code, uncomment the property below. +# Note: Unsupported on Snow Leopard! +# macosppc=true + #user.compiler.import="${user.home}/gluegen.compiler.xml" |