Fix win32 -> win

Themaister 2012-03-19 14:54:01 -07:00
parent 618a1e27a8
commit f150cf069e
1 changed files with 1 additions and 1 deletions

@ -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.