Michael Allison wrote:
> There has been some feedback from others on the development team > around the tiles: > "The Rogue Level should ideally be text-mode. It freaks out the > tiled-version-only players when they first get there, but that > makes it a good reminder of NetHack's roots." > > The other supported tiled ports work this way too. They display > regular ASCII characters on the Rogue level, just like Rogue did. -Adds Rogue-level ascii support. -Also removes unicode support. Some other build script tweaks as well. M. Allison
This commit is contained in:
@@ -45,11 +45,11 @@ If you received some warning messages about not having
|
||||
a uudecode utility, you must find a way to uudecode the following files
|
||||
elsewhere and move the decoded version to its target directory:
|
||||
|
||||
win\win32\mnsel.uu ---> winhacknt\mnsel.bmp
|
||||
win\win32\mnunsel.uu ---> winhacknt\mnunsel.bmp
|
||||
sys\winnt\nhico.uu ---> winhacknt\nethack.ico
|
||||
win\win32\mnsel.uu ---> win\win32\mnsel.bmp
|
||||
win\win32\mnunsel.uu ---> win\win32\mnunsel.bmp
|
||||
sys\winnt\nhico.uu ---> win\win32\nethack.ico
|
||||
|
||||
(NOTE: The winhacknt directory is not part of the distribution.
|
||||
(NOTE: The build directory is not part of the distribution.
|
||||
It was created when you executed nhsetup.bat as part of
|
||||
the FIRST STEP just above this.)
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ goto done
|
||||
|
||||
:do_win
|
||||
set opt=Graphical NetHack for Windows
|
||||
if not exist ..\..\win\win32\winnt.dsw goto err_win
|
||||
if not exist ..\..\win\win32\nethack.dsw goto err_win
|
||||
|
||||
echo.
|
||||
echo "Copying Visual C project files file to ..\..\build directory"
|
||||
@@ -54,7 +54,7 @@ REM copy ..\..\win\win32\winnt.dsw ..\.. >nul
|
||||
echo copy ..\..\win\win32\nethack.dsw ..\..
|
||||
copy ..\..\win\win32\nethack.dsw ..\..
|
||||
|
||||
if NOT exist ..\..\build\*.* mkdir ..\..\build >nul
|
||||
if NOT exist ..\..\build\*.* mkdir ..\..\build
|
||||
copy ..\..\win\win32\dgncomp.dsp ..\..\build >nul
|
||||
copy ..\..\win\win32\dgnstuff.dsp ..\..\build >nul
|
||||
copy ..\..\win\win32\dgnstuff.mak ..\..\build >nul
|
||||
@@ -131,15 +131,15 @@ goto done
|
||||
:err_set
|
||||
echo.
|
||||
echo Usage:
|
||||
echo "%0 <TTY | WINHACK | CE >"
|
||||
echo "%0 <TTY | win | CE >"
|
||||
echo.
|
||||
echo Run this batch file specifying one of the following:
|
||||
echo tty, winhack, ce
|
||||
echo tty, win, ce
|
||||
echo.
|
||||
echo The tty argument is for preparing to build a console I/O TTY version
|
||||
echo of NetHack.
|
||||
echo.
|
||||
echo The winhack argument is for preparing to build a graphical version
|
||||
echo The win argument is for preparing to build a graphical version
|
||||
echo of NetHack.
|
||||
echo.
|
||||
echo The CE argument is for preparing to build a Windows CE version
|
||||
|
||||
Reference in New Issue
Block a user