]> granicus.if.org Git - nethack/commitdiff
rename follow-up
authornethack.allison <nethack.allison>
Thu, 7 Feb 2002 06:33:27 +0000 (06:33 +0000)
committernethack.allison <nethack.allison>
Thu, 7 Feb 2002 06:33:27 +0000 (06:33 +0000)
This patch assumes that the file rename of
sys/winnt/winnt.cnf to sys/winnt/defaults.nh has been done.

Files
win/win32/nethackw.dsp

diff --git a/Files b/Files
index 5fd6065f8d2a7dd7f272c33ba89d0c28949da7db..824d5696813d2d9be720ebd4569a3315f72d376f 100644 (file)
--- a/Files
+++ b/Files
@@ -196,9 +196,9 @@ vmsmisc.c       vmstty.c        vmsunix.c
 
 sys/winnt:
 (files for Windows 9x, NT and Windows2000 version)
-Install.nt      Makefile.bcc    Makefile.nt     mapimail.c      nethack.def
-nhico.uu        nhsetup.bat     ntsound.c       nttty.c         win32api.h
-winnt.c         winnt.cnf
+defaults.nh     Install.nt      Makefile.bcc    Makefile.nt     mapimail.c
+nethack.def     nhico.uu        nhsetup.bat     ntsound.c       nttty.c
+win32api.h      winnt.c
 
 util:
 (files for all versions)
index f9aef09b7a4d60da41436839e7206c1a8558890e..e91133f79d882c1d534871d296f84adae2f64f7c 100644 (file)
@@ -59,7 +59,14 @@ LINK32=link.exe
 OutDir=.\Release
 SOURCE="$(InputPath)"
 PostBuild_Desc=Install exe
-PostBuild_Cmds=copy $(OutDir)\nethackw.exe ..\binary   copy ..\dat\nhdat ..\binary     copy ..\dat\license ..\binary   if exist tiles.bmp copy tiles.bmp ..\binary     if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt if exist ..\doc\nethack.txt copy ..\doc\nethack.txt ..\binary\NetHack.txt       if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt       copy ..\sys\winnt\winnt.cnf ..\binary\defaults.nh
+PostBuild_Cmds=copy $(OutDir)\nethackw.exe ..\binary   \
+copy ..\dat\nhdat ..\binary    \
+copy ..\dat\license ..\binary  \
+if exist tiles.bmp copy tiles.bmp ..\binary    \
+if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt        \
+if exist ..\doc\nethack.txt copy ..\doc\nethack.txt ..\binary\NetHack.txt      \
+if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt      \
+copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
 # End Special Build Tool
 
 !ELSEIF  "$(CFG)" == "nethackw - Win32 Debug"
@@ -92,7 +99,15 @@ LINK32=link.exe
 OutDir=.\Debug
 SOURCE="$(InputPath)"
 PostBuild_Desc=Install exe
-PostBuild_Cmds=if NOT exist ..\binary\*.* mkdir ..\binary      copy $(OutDir)\nethackw.exe ..\binary   copy ..\dat\nhdat ..\binary     copy ..\dat\license ..\binary   if exist tiles.bmp copy tiles.bmp ..\binary     if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt if exist ..\doc\nethack.txt copy ..\doc\nethack.txt ..\binary\NetHack.txt       if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt       copy ..\sys\winnt\winnt.cnf ..\binary\defaults.nh
+PostBuild_Cmds=if NOT exist ..\binary\*.* mkdir ..\binary      \
+copy $(OutDir)\nethackw.exe ..\binary  \
+copy ..\dat\nhdat ..\binary    \
+copy ..\dat\license ..\binary  \
+if exist tiles.bmp copy tiles.bmp ..\binary    \
+if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt        \
+if exist ..\doc\nethack.txt copy ..\doc\nethack.txt ..\binary\NetHack.txt      \
+if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt      \
+copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
 # End Special Build Tool
 
 !ENDIF