diff options
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" |