diff options
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-x | make/gluegen.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties index 29776df..bc5af68 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -19,7 +19,7 @@ antlr.jar=C:/Users/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 +# code. Valid strings here are "vc6", "vc7", "vc8", "vc8_x64", "vc9", and # "mingw". # win32.c.compiler=vc6 |