win32: Consistent Makefile naming now that we have at least 2
Makefile.nt -> Makefile.msc
This commit is contained in:
@@ -172,7 +172,7 @@ 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)
|
||||||
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
|
mapimail.c nethack.def nhico.uu nhsetup.bat ntsound.c
|
||||||
nttty.c win32api.h winnt.c
|
nttty.c win32api.h winnt.c
|
||||||
|
|
||||||
|
|||||||
@@ -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 Copyright (c) NetHack PC Development Team 1993, 1996, 2002
|
||||||
@REM NetHack may be freely redistributed. See license for details.
|
@REM NetHack may be freely redistributed. See license for details.
|
||||||
@REM Win32 setup batch file, see Install.nt 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
|
set _opt=NetHack for NT Console
|
||||||
if NOT exist ..\..\binary\*.* mkdir ..\..\binary
|
if NOT exist ..\..\binary\*.* mkdir ..\..\binary
|
||||||
if NOT exist ..\..\binary\license copy ..\..\dat\license ..\..\binary\license >nul
|
if NOT exist ..\..\binary\license copy ..\..\dat\license ..\..\binary\license >nul
|
||||||
echo Copying Microsoft Makefile - Makefile.nt to ..\..\src\Makefile.
|
echo Copying Microsoft Makefile - Makefile.msc to ..\..\src\Makefile.
|
||||||
copy Makefile.nt ..\..\src\Makefile >nul
|
copy Makefile.msc ..\..\src\Makefile >nul
|
||||||
echo Microsoft Makefile copied ok.
|
echo Microsoft Makefile copied ok.
|
||||||
echo Copying Borland Makefile - Makefile.bcc to ..\..\src\Makefile.bcc
|
echo Copying Borland Makefile - Makefile.bcc to ..\..\src\Makefile.bcc
|
||||||
if NOT exist ..\..\src\Makefile.bcc goto dobor
|
if NOT exist ..\..\src\Makefile.bcc goto dobor
|
||||||
|
|||||||
Reference in New Issue
Block a user