From f150cf069e208ef001345694f361c82abc10c8e8 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 19 Mar 2012 14:54:01 -0700 Subject: [PATCH] Fix win32 -> win --- Compilation-guide-(Windows).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compilation-guide-(Windows).md b/Compilation-guide-(Windows).md index 0f3b69b..e1755b8 100644 --- a/Compilation-guide-(Windows).md +++ b/Compilation-guide-(Windows).md @@ -42,7 +42,7 @@ Nothing unexpected here: git clone git://github.com/Themaister/SSNES-Phoenix.git cd SSNES-Phoenix - make -f Makefile.win32 CC=i486-mingw32-gcc CXX=i486-mingw32-g++ WINDRES=i486-mingw32-windres # Will work for 64-bit as well :) + make -f Makefile.win CC=i486-mingw32-gcc CXX=i486-mingw32-g++ WINDRES=i486-mingw32-windres # Will work for 64-bit compilers as well :) ### Distributing readily usable .zip packages. If you want to make distribution builds you can use the `ssnes-mingw-build.sh` script included in the top directory.