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

@@ -43,7 +43,7 @@ export ADD_CURSES=Y
export PDCURSES_TOP=../lib/pdcurses
export
cd src
cp ../sys/windows/Makefile.msc ./Makefile
cp ../sys/windows/Makefile.nmake ./Makefile
nmake install
cd ..
powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip"