From 1c504572003c7a70791f679cdcdb074b0a99cc0a Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 13 Oct 2013 15:22:07 +0100 Subject: Update example mingw flags to Debian squeeze's 64bit binary names --- config.mk | 4 ++-- 1 file 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 -- cgit v1.2.3