From 918bf90b50c4f9ee1971d27fee75075e4f66a6a9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 12 May 2013 09:17:21 +0200 Subject: Upgrading compiler. --- Makefile.mingw32 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile.mingw32') diff --git a/Makefile.mingw32 b/Makefile.mingw32 index f28a674..b69638e 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -25,12 +25,12 @@ AS = i686-pc-mingw32-gcc -c STRIP = i686-pc-mingw32-strip --strip-unneeded WINDRES = i686-pc-mingw32-windres else -CC = i586-mingw32msvc-gcc -CXX = i586-mingw32msvc-g++ -LD = i586-mingw32msvc-g++ -AS = i586-mingw32msvc-gcc -c -STRIP = i586-mingw32msvc-strip --strip-unneeded -WINDRES = i586-mingw32msvc-windres +CC = i686-w64-mingw32-gcc +CXX = i686-w64-mingw32-g++ +LD = i686-w64-mingw32-g++ +AS = i686-w64-mingw32-gcc -c +STRIP = i686-w64-mingw32-strip --strip-unneeded +WINDRES = i686-w64-mingw32-windres endif endif endif -- cgit v1.2.3