diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 09:17:21 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-05-12 09:17:26 +0200 |
commit | 918bf90b50c4f9ee1971d27fee75075e4f66a6a9 (patch) | |
tree | c6a6d2ab1a0fb5b59f7a212b2f94616660b87216 /Makefile.mingw32 | |
parent | a1f182e1d4665a12b83d449ebf1969b28234072d (diff) |
Upgrading compiler.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 12 |
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 |