diff options
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index 656954f..4f70334 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -23,13 +23,9 @@ antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar # "mingw". win32.c.compiler=vc6 -# If you are building the native code for the GlueGen run-time library -# 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 +# If you are building on a Mac OS X system supporting +# cross-compilation and want to generate fat binaries containing +# x86_64 code, uncomment the property below +# macosx64=true #user.compiler.import="${user.home}/gluegen.compiler.xml" |