win32 and msdos recover
Since the ports have SELF_RECOVER defined, remove the build of recover.exe from the default steps. You must explicitly use 'make recover' now.
This commit is contained in:
+33
-36
@@ -3,6 +3,39 @@ Microsoft Developer Studio Workspace File, Format Version 6.00
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
Project: "NetHackW"=.\build\NetHackW.dsp - Package Owner=<4>
|
||||||
|
|
||||||
|
Package=<5>
|
||||||
|
{{{
|
||||||
|
}}}
|
||||||
|
|
||||||
|
Package=<4>
|
||||||
|
{{{
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name dgncomp
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name dlb_main
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name levcomp
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name makedefs
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name tilemap
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name tiles
|
||||||
|
End Project Dependency
|
||||||
|
Begin Project Dependency
|
||||||
|
Project_Dep_Name uudecode
|
||||||
|
End Project Dependency
|
||||||
|
}}}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
Project: "dgncomp"=.\build\dgncomp.dsp - Package Owner=<4>
|
Project: "dgncomp"=.\build\dgncomp.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
@@ -96,42 +129,6 @@ Package=<4>
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "NetHackW"=.\build\NetHackW.dsp - Package Owner=<4>
|
|
||||||
|
|
||||||
Package=<5>
|
|
||||||
{{{
|
|
||||||
}}}
|
|
||||||
|
|
||||||
Package=<4>
|
|
||||||
{{{
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name dgncomp
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name dlb_main
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name levcomp
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name makedefs
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name recover
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name tilemap
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name tiles
|
|
||||||
End Project Dependency
|
|
||||||
Begin Project Dependency
|
|
||||||
Project_Dep_Name uudecode
|
|
||||||
End Project Dependency
|
|
||||||
}}}
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
Project: "recover"=.\build\recover.dsp - Package Owner=<4>
|
Project: "recover"=.\build\recover.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ copy ..\dat\license ..\binary \
|
|||||||
if exist tiles.bmp copy tiles.bmp ..\binary \
|
if exist tiles.bmp copy tiles.bmp ..\binary \
|
||||||
if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt \
|
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\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
|
copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
@@ -107,7 +106,6 @@ copy ..\dat\license ..\binary \
|
|||||||
if exist tiles.bmp copy tiles.bmp ..\binary \
|
if exist tiles.bmp copy tiles.bmp ..\binary \
|
||||||
if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt \
|
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\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
|
copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,8 @@ LINK32=link.exe
|
|||||||
# Begin Special Build Tool
|
# Begin Special Build Tool
|
||||||
OutDir=.\Release
|
OutDir=.\Release
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PostBuild_Cmds=copy $(OutDir)\recover.exe ..\binary
|
PostBuild_Cmds=copy $(OutDir)\recover.exe ..\binary \
|
||||||
|
if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "recover - Win32 Debug"
|
!ELSEIF "$(CFG)" == "recover - Win32 Debug"
|
||||||
@@ -85,7 +86,8 @@ LINK32=link.exe
|
|||||||
OutDir=.\Debug
|
OutDir=.\Debug
|
||||||
SOURCE="$(InputPath)"
|
SOURCE="$(InputPath)"
|
||||||
PostBuild_Desc=install exe
|
PostBuild_Desc=install exe
|
||||||
PostBuild_Cmds=copy $(OutDir)\recover.exe ..\binary
|
PostBuild_Cmds=copy $(OutDir)\recover.exe ..\binary \
|
||||||
|
if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
|
||||||
# End Special Build Tool
|
# End Special Build Tool
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user