aboutsummaryrefslogtreecommitdiffstats
path: root/make/gluegen.properties
diff options
context:
space:
mode:
Diffstat (limited to 'make/gluegen.properties')
-rwxr-xr-xmake/gluegen.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/make/gluegen.properties b/make/gluegen.properties
index 69602a5..03aec9c 100755
--- a/make/gluegen.properties
+++ b/make/gluegen.properties
@@ -26,8 +26,9 @@
# 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 for MS compiler are "vc6", "vc7", "vc8", "vc8_x64", "vc9".
-# Otherwise MinGW is used, hence the default value "mingw".
-# win32.c.compiler=mingw
+# Valid strings for GCC are "mingw32", "mingw64".
+# MinGW is used per default, hence the default value "mingw32".
+# win32.c.compiler=mingw32
# MacOsX libraries can be universal / fat binaries.
# The following switches enables/disables a target platform.