summaryrefslogtreecommitdiff
path: root/Makefile.mingw32
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:17:21 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:17:26 +0200
commit918bf90b50c4f9ee1971d27fee75075e4f66a6a9 (patch)
treec6a6d2ab1a0fb5b59f7a212b2f94616660b87216 /Makefile.mingw32
parenta1f182e1d4665a12b83d449ebf1969b28234072d (diff)
Upgrading compiler.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r--Makefile.mingw3212
1 files changed, 6 insertions, 6 deletions
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