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:
@@ -66,7 +66,6 @@ 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
|
||||
|
||||
@@ -107,7 +106,6 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user