win32: Consistent Makefile naming now that we have at least 2

Makefile.nt -> Makefile.msc
This commit is contained in:
nethack.allison
2002-03-06 18:54:13 +00:00
parent 35df97d41c
commit b3452e1ca2
3 changed files with 4 additions and 4 deletions

2
Files
View File

@@ -172,7 +172,7 @@ vmsmisc.c vmstty.c vmsunix.c
sys/winnt:
(files for Windows 9x, NT and Windows2000 version)
console.rc defaults.nh Install.nt Makefile.bcc Makefile.nt
console.rc defaults.nh Install.nt Makefile.bcc Makefile.msc
mapimail.c nethack.def nhico.uu nhsetup.bat ntsound.c
nttty.c win32api.h winnt.c

View File

@@ -1,4 +1,4 @@
@REM SCCS Id: @(#)nhsetup.bat 2002/03/02
@REM SCCS Id: @(#)nhsetup.bat 2002/03/06
@REM Copyright (c) NetHack PC Development Team 1993, 1996, 2002
@REM NetHack may be freely redistributed. See license for details.
@REM Win32 setup batch file, see Install.nt for details
@@ -22,8 +22,8 @@ echo Directories look ok.
set _opt=NetHack for NT Console
if NOT exist ..\..\binary\*.* mkdir ..\..\binary
if NOT exist ..\..\binary\license copy ..\..\dat\license ..\..\binary\license >nul
echo Copying Microsoft Makefile - Makefile.nt to ..\..\src\Makefile.
copy Makefile.nt ..\..\src\Makefile >nul
echo Copying Microsoft Makefile - Makefile.msc to ..\..\src\Makefile.
copy Makefile.msc ..\..\src\Makefile >nul
echo Microsoft Makefile copied ok.
echo Copying Borland Makefile - Makefile.bcc to ..\..\src\Makefile.bcc
if NOT exist ..\..\src\Makefile.bcc goto dobor