]> granicus.if.org Git - nethack/commitdiff
rename sys/windows/Makefile.msc
authornhmall <nhmall@nethack.org>
Mon, 25 Apr 2022 19:16:41 +0000 (15:16 -0400)
committernhmall <nhmall@nethack.org>
Mon, 25 Apr 2022 19:16:41 +0000 (15:16 -0400)
rename sys/windows/Makefile.msc to sys/windows/Makefile.nmake

outdated/sys/windows/vs/travisci.sh
sys/windows/Install.windows
sys/windows/Makefile.nmake [moved from sys/windows/Makefile.msc with 99% similarity]
sys/windows/nhsetup.bat

index 5d530395f545ec3da05a1b0ccf4767b38cbeabbd..f9f1b5080048cfa7601ea2a244a37203bb63fb3e 100644 (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"
index 50b6e3b021c68e521eaad5d2e7f1e2c0b6cd4e13..bde546a309e20f3c2044af2d1e7008485070d9f2 100644 (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:
similarity index 99%
rename from sys/windows/Makefile.msc
rename to sys/windows/Makefile.nmake
index a434f7b3e165d06d2079aafcee4604cd44bae7ea..127f655c50f35142207bacfc435e0f04f512cebd 100644 (file)
@@ -1,4 +1,4 @@
-# NetHack 3.7 Makefile.msc
+# NetHack 3.7 Makefile.nmake
 #       Copyright (c) NetHack Development Team 1993-2022
 #
 #==============================================================================
@@ -1124,7 +1124,7 @@ $(O)utility.tag: $(INCL)\nhlua.h $(U)tile2bmp.exe $(U)makedefs.exe
             @echo utilities made.
 
 $(INCL)\nhlua.h:
-       @echo  /* nhlua.h - generated by Makefile from Makefile.msc */ > $@
+       @echo  /* nhlua.h - generated by Makefile from Makefile.nmake */ > $@
        @echo #include "lua.h" >> $@
        @echo LUA_API int   (lua_error) (lua_State *L) NORETURN; >> $@
        @echo #include "lualib.h" >> $@
index beaba7bedee8dbb60a9d1648d8feaa1745321dbb..2565c2bbe52c07efe5b9f238577fe76471354480 100755 (executable)
@@ -35,15 +35,15 @@ REM Some file movemet for those that still want to use MAKE or NMAKE and a Makef
 :do_tty
 if NOT exist %BINPATH%\*.* mkdir %BINPATH%
 if NOT exist %BINPATH%\license copy ..\..\dat\license %BINPATH%\license >nul
-echo Copying Microsoft Makefile - Makefile.msc to ..\..\src\Makefile...
-if NOT exist ..\..\src\Makefile goto :domsc
+echo Copying Microsoft Makefile - Makefile.nmake to ..\..\src\Makefile...
+if NOT exist ..\..\src\Makefile goto :donmake
 copy ..\..\src\Makefile ..\..\src\Makefile-orig >nul
 echo      Your existing
 echo           ..\..\src\Makefile
 echo      has been renamed to
 echo           ..\..\src\Makefile-orig
-:domsc
-copy Makefile.msc ..\..\src\Makefile >nul
+:donmake
+copy Makefile.nmake ..\..\src\Makefile >nul
 echo Microsoft Makefile copied ok.
 
 echo Done copying files.