summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2013-10-13 15:22:07 +0100
committerNick White <git@njw.me.uk>2013-10-13 15:22:07 +0100
commit1c504572003c7a70791f679cdcdb074b0a99cc0a (patch)
tree2f165e2d006495db01d67fc1ac213e63ea3c0822
parent53eb1f3dceff03e3b2fa8bd1ae16a1853aea1e2f (diff)
Update example mingw flags to Debian squeeze's 64bit binary names
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index c5e3d8d..d366072 100644
--- a/config.mk
+++ b/config.mk
@@ -20,8 +20,8 @@ LDFLAGS =
#LDFLAGS = -static #-s
# mingw
-#CC = i586-mingw32msvc-gcc
-#AR = i586-mingw32msvc-ar
+#CC = i686-w64-mingw32-gcc
+#AR = i686-w64-mingw32-ar
#CFLAGS = -ansi -Wall -DVERSION=\"$(VERSION)\" -DWINVER=0x0501
#LDFLAGS = -lws2_32