Fix win32 -> win
parent
618a1e27a8
commit
f150cf069e
|
@ -42,7 +42,7 @@ Nothing unexpected here:
|
||||||
|
|
||||||
git clone git://github.com/Themaister/SSNES-Phoenix.git
|
git clone git://github.com/Themaister/SSNES-Phoenix.git
|
||||||
cd SSNES-Phoenix
|
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.
|
### 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.
|
If you want to make distribution builds you can use the `ssnes-mingw-build.sh` script included in the top directory.
|
||||||
|
|
Loading…
Reference in New Issue