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-nethack.bat
100644 17 lines (16 sloc) 0.462 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PATH=\MinGW\bin\;%PATH%
REM ---------- NetHack ----------
del /S /Q nethack\win\noegnud
mkdir nethack\win\noegnud
xcopy /E /Y noegnud\* nethack\win\noegnud\
cd nethack\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\nethack
mkdir build\nethack
xcopy /E /Y nethack\binary\* build\nethack\
xcopy /E /Y noegnud\dlls\* build\nethack\