From 87dc70dc5ac9299c765d7e518a161b71d0d798bd Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Thu, 7 Feb 2002 06:36:09 +0000 Subject: [PATCH] More rename follow-up --- sys/winnt/Install.nt | 8 +------- sys/winnt/Makefile.bcc | 2 +- sys/winnt/Makefile.nt | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sys/winnt/Install.nt b/sys/winnt/Install.nt index ee2ed38c6..a9cca2c0e 100644 --- a/sys/winnt/Install.nt +++ b/sys/winnt/Install.nt @@ -191,9 +191,7 @@ Running NetHack 7. Make sure all of the support files -- Guidebook.txt, license, Defaults.nh, NetHack.exe, nhdat, and recover.exe -- were copied to the - game directory. If not, move them there yourself. Defaults.nh is - actually distributed in the sources as sys/winnt/winnt.cnf, - but the Makefile should take care of moving it and renaming it correctly. + game directory. If not, move them there yourself. Edit Defaults.nh to reflect your particular setup and personal preferences, by following the comments. As with all releases since @@ -348,10 +346,6 @@ Running NetHack (If not, find them in the tree and move them there yourself if they exist. If they don't exist, something has gone wrong) - Defaults.nh is actually distributed in the sources as sys/winnt/winnt.cnf, - but the build process should take care of moving it and renaming it - correctly. - Edit Defaults.nh to reflect your particular setup and personal preferences, by following the comments. As with all releases since 3.2.1, HACKDIR defaults to the same directory as that where the nethackw.exe diff --git a/sys/winnt/Makefile.bcc b/sys/winnt/Makefile.bcc index 9bfb7fbc9..5ecad2402 100644 --- a/sys/winnt/Makefile.bcc +++ b/sys/winnt/Makefile.bcc @@ -521,7 +521,7 @@ $(O)install.tag: $(DAT)\data $(DAT)\rumors $(DAT)\dungeon \ if exist $(DOC)\recover.txt copy $(DOC)\recover.txt $(GAMEDIR)\recover.txt @if exist $(SRC)\$(GAME).PDB copy $(SRC)\$(GAME).pdb $(GAMEDIR)\$(GAME).pdb @if exist $(GAMEDIR)\$(GAME).PDB echo NOTE: You may want to remove $(GAMEDIR)\$(GAME).pdb to conserve space - -copy $(NTSYS)\winnt.cnf $(GAMEDIR)\defaults.nh + -copy $(NTSYS)\defaults.nh $(GAMEDIR)\defaults.nh copy $(U)recover.exe $(GAMEDIR) echo install done > $@ diff --git a/sys/winnt/Makefile.nt b/sys/winnt/Makefile.nt index b56d5e5b6..a46b0d2fe 100644 --- a/sys/winnt/Makefile.nt +++ b/sys/winnt/Makefile.nt @@ -467,7 +467,7 @@ $(O)install.tag: $(DAT)\data $(DAT)\rumors $(DAT)\dungeon \ if exist $(DOC)\recover.txt copy $(DOC)\recover.txt $(GAMEDIR)\recover.txt @if exist $(SRC)\$(GAME).PDB copy $(SRC)\$(GAME).pdb $(GAMEDIR)\$(GAME).pdb @if exist $(GAMEDIR)\$(GAME).PDB echo NOTE: You may want to remove $(GAMEDIR)\$(GAME).pdb to conserve space - -copy $(NTSYS)\winnt.cnf $(GAMEDIR)\defaults.nh + -copy $(NTSYS)\defaults.nh $(GAMEDIR)\defaults.nh copy $(U)recover.exe $(GAMEDIR) ! IF ("$(TILEDEF)"!="") if exist $(TILEBMP) copy $(TILEBMP) $(GAMEDIR)