clivecrous / vultures

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

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