public
Description: A 3D graphical interface for NetHack and Slash'EM
Homepage:
Clone URL: git://github.com/clivecrous/noegnud.git
Click here to lend your support to: noegnud and make a donation at www.pledgie.com !
noegnud / mingw-make-slashem.bat
100644 17 lines (16 sloc) 0.464 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PATH=\MinGW\bin\;%PATH%
REM ---------- SLASH'EM ----------
del /S /Q slashem\win\noegnud
mkdir slashem\win\noegnud
xcopy /E /-Y noegnud\* slashem\win\noegnud\
cd slashem\sys\winnt
call nhsetup
cd ..\..\src
mingw32-make -f Makefile.gcc spotless
mingw32-make -f Makefile.gcc all
cd ..\..
REM ---------- Build ----------
del /S /Q build\slashem
mkdir build\slashem
xcopy /E /Y slashem\binary\* build\slashem\
xcopy /E /Y noegnud\dlls\* build\slashem\