rename sys/windows/Makefile.msc

rename sys/windows/Makefile.msc to sys/windows/Makefile.nmake
This commit is contained in:
nhmall
2022-04-25 15:16:41 -04:00
parent 9c2ca1577f
commit 63a0a63730
4 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ Via zip download
to
LUATOP = ../lib/lua-5.4.4
In sys/windows/Makefile.msc
In sys/windows/Makefile.nmake
change from
PDCURSES_TOP = ..\submodules\pdcurses
to
@@ -290,7 +290,7 @@ Compiling
For the Visual Studio compiler:
Issue these commands:
copy ..\sys\windows\Makefile.msc Makefile
copy ..\sys\windows\Makefile.nmake Makefile
nmake install
For GCC: