summaryrefslogtreecommitdiffstats
path: root/make/gluegen.properties
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-05-16 03:56:45 +0200
committerSven Gothel <[email protected]>2010-05-16 03:56:45 +0200
commit8e7d075002dba3f5d5971f9c31358f074934c624 (patch)
treeb9e58a49a9eb7c68dc9888c25e4347edcb0cf49e /make/gluegen.properties
parentd86ab08912944bdd76bd91dcb86ffd291986cfc7 (diff)
GlueGen/JOGL Windows x86 x86_64 Builds
x86: Using mingw 20100514, gcc 4.5.0 - clean - passed all junit.run tests x86_64: Using mingw-w64-bin_x86_64-mingw_20100515_sezero.zip, gcc 4.4.5 20100513 - clean - passed most junit.run tests, still buggy
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.