diff options
author | Nick White <git@njw.me.uk> | 2013-10-13 15:22:07 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2013-10-13 15:22:07 +0100 |
commit | 1c504572003c7a70791f679cdcdb074b0a99cc0a (patch) | |
tree | 2f165e2d006495db01d67fc1ac213e63ea3c0822 | |
parent | 53eb1f3dceff03e3b2fa8bd1ae16a1853aea1e2f (diff) |
Update example mingw flags to Debian squeeze's 64bit binary names
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |