clivecrous / vultures

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

This URL has Read+Write access

commit  84db665bd5d1b88827e2fe192b79b46382ab1f2a
tree    f2a6316816630927dc88e0d038341b91c2dbf51e
vultures / mingw-make-slashem.bat
100644 12 lines (11 sloc) 0.294 kb
1
2
3
4
5
6
7
8
9
10
11
12
PATH=\MinGW\bin\;%PATH%
REM ---------- SLASH'EM ----------
del /S /Q slashem\win\jtp
mkdir slashem\win\jtp
xcopy /E /-Y vultures\win\jtp\* slashem\win\jtp\
cd slashem\sys\winnt
call nhsetup
cd ..\..\src
mingw32-make -f Makefile.gcc spotless
mingw32-make -f Makefile.gcc all
cd ..\..