From: nhmall Date: Wed, 22 Feb 2023 04:51:02 +0000 (-0500) Subject: update tested versions of Visual Studio 2023-02-21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=700ca5a7b2b32e872197823720a44db0b16f8dce;p=nethack update tested versions of Visual Studio 2023-02-21 --- diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 68ae34700..e3ab6fe52 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,9 +8,9 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio 2017 Community Edition v 15.9.51 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.22 -# - Microsoft Visual Studio 2022 Community Edition v 17.4.3 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.52 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.24 +# - Microsoft Visual Studio 2022 Community Edition v 17.5.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -872,9 +872,9 @@ rc=Rc.exe # is too old or untested. # # Recently tested versions: -TESTEDVS2017 = 14.16.27048.0 -TESTEDVS2019 = 14.29.30147.0 -TESTEDVS2022 = 14.34.31937.0 +TESTEDVS2017 = 14.16.27049.0 +TESTEDVS2019 = 14.29.30148.0 +TESTEDVS2022 = 14.35.32215.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)