diff options
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index 9ca1f06..81aba60 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -15,3 +15,15 @@ antlr.jar=C:/Users/kbr/ANTLR/antlr-2.7.2/antlr.jar # antlr.jar=/Users/kbr/antlr-2.7.2/antlr.jar # Solaris # antlr.jar=/export/kbr/ANTLR/antlr-2.7.2/antlr.jar + +# If you are building the native code for the GlueGen run-time library +# on Windows and have the Microsoft Visual C++ compilers installed, +# you can choose an alternate compiler with which to build the native +# code. Valid strings here are "vc6", "vc7", "vc8", "vc8_x64", and +# "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 |