rename follow-up
This patch assumes that the file rename of sys/winnt/winnt.cnf to sys/winnt/defaults.nh has been done.
This commit is contained in:
6
Files
6
Files
@@ -196,9 +196,9 @@ vmsmisc.c vmstty.c vmsunix.c
|
|||||||
|
|
||||||
sys/winnt:
|
sys/winnt:
|
||||||
(files for Windows 9x, NT and Windows2000 version)
|
(files for Windows 9x, NT and Windows2000 version)
|
||||||
Install.nt Makefile.bcc Makefile.nt mapimail.c nethack.def
|
defaults.nh Install.nt Makefile.bcc Makefile.nt mapimail.c
|
||||||
nhico.uu nhsetup.bat ntsound.c nttty.c win32api.h
|
nethack.def nhico.uu nhsetup.bat ntsound.c nttty.c
|
||||||
winnt.c winnt.cnf
|
win32api.h winnt.c
|
||||||
|
|
||||||
util:
|
util:
|
||||||
(files for all versions)
|
(files for all versions)
|
||||||
|
|||||||
@@ -59,7 +59,14 @@ LINK32=link.exe
|
|||||||
OutDir=.\Release
|
OutDir=.\Release
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PostBuild_Desc=Install exe
|
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
|
# End Special Build Tool
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "nethackw - Win32 Debug"
|
!ELSEIF "$(CFG)" == "nethackw - Win32 Debug"
|
||||||
@@ -92,7 +99,15 @@ LINK32=link.exe
|
|||||||
OutDir=.\Debug
|
OutDir=.\Debug
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PostBuild_Desc=Install exe
|
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
|
# End Special Build Tool
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user