From 71ca16557deb1f1d8b3b8fe1454da7ae3b908fa8 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sun, 10 Apr 2005 00:32:35 +0000 Subject: [PATCH] Updated Win32 cross compiler. --- zsnes/src/makefile.ms | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index 3f31a867..b5cdf1b0 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -98,9 +98,9 @@ ifeq (${ENV},dos-cross) endif ifeq (${ENV},win32-cross) - CC = i586-mingw32msvc-gcc - CPPC = i586-mingw32msvc-g++ - WINDRES = i586-mingw32msvc-windres + CC = i586-mingw32-gcc + CPPC = i586-mingw32-g++ + WINDRES = i586-mingw32-windres OS=__WIN32__ CROSS=yes OBJFIX=objfix