public
Description: An isometric graphical interface for the games NetHack and Slash'EM
Homepage: http://clivecrous.github.com/vultures/
Clone URL: git://github.com/clivecrous/vultures.git
Click here to lend your support to: vultures and make a donation at www.pledgie.com !
vultures / mingw-make-nethack.bat
100644 12 lines (11 sloc) 0.293 kb
1
2
3
4
5
6
7
8
9
10
11
12
PATH=\MinGW\bin\;%PATH%
REM ---------- NetHack ----------
del /S /Q nethack\win\jtp
mkdir nethack\win\jtp
xcopy /E /-Y vultures\win\jtp\* nethack\win\jtp\
cd nethack\sys\winnt
call nhsetup
cd ..\..\src
mingw32-make -f Makefile.gcc spotless
mingw32-make -f Makefile.gcc all
cd ..\..