clivecrous / vultures

An isometric graphical interface for the games NetHack and Slash'EM

This URL has Read+Write access

commit  36f6b03568bf1f7efc0b1e53e5df1640ed6ec200
tree    a45173c469f914f6e5915a56b9c7bee24291eac2
vultures / mingw-make-nethack.bat
100644 12 lines (11 sloc) 0.32 kb
1
2
3
4
5
6
7
8
9
10
11
12
PATH=\msys\1.0\mingw\bin;\MinGW\bin\;%PATH%
REM ---------- NetHack ----------
del /S /Q nethack\win\vultures
mkdir nethack\win\vultures
xcopy /E /-Y vultures\* nethack\win\vultures\
cd nethack\sys\winnt
call nhsetup
cd ..\..\src
mingw32-make -f Makefile.gcc spotless
mingw32-make -f Makefile.gcc all
cd ..\..