summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-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