Make nhsetup.bat double-clickable

Picking up on a suggestion made by Yitzhak, allow nhsetup.bat
to be double-clicked in Windows to accomplish the necessary
file movements.
This commit is contained in:
nethack.allison
2002-03-03 02:21:46 +00:00
parent 89098b943a
commit 82cd3a3feb
2 changed files with 49 additions and 59 deletions

View File

@@ -42,22 +42,21 @@ environments:
FIRST STEP:
The first step in building either version of NetHack is to execute
sys/winnt/nhsetup.bat. Specify either TTY, or WIN.
sys/winnt/nhsetup.bat.
For the tty version using the NT Console I/O subsystem:
From the command prompt:
cd sys\winnt
nhsetup TTY
nhsetup
For the graphical version (NetHackW)
cd sys\winnt
nhsetup WIN
From a Windows explorer window:
double-click on nhsetup.bat
A "binary" directory will be created off the top of the NetHack source
tree to house the completed build for TTY and WIN.
tree to house the completed build.
If you specified "WIN", the build subdirectory will also be created off the
top of the NetHack source tree, and many files appropriate for that build
will be moved there.
A build subdirectory will also be created off the top of the NetHack
source tree, and many files appropriate for a graphical build will be
moved there.
If you wish to build the TTY version, proceed now to "BUILDING TTY VERSION."
If you wish to build the graphical version, proceed now to "BUILDING GRAPHICAL VERSION."
@@ -268,7 +267,7 @@ I. Dispelling the Myths:
It is also assumed that you already changed your directory to
sys\winnt and executed:
nhsetup win
nhsetup
as described at the top of this document. If you didn't, you must
go back and do so before proceeding.