From: nhmall Date: Sat, 16 Jul 2022 13:19:03 +0000 (-0400) Subject: update tested versions of visual studio X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb036d11e2751dd7915819d043fbae4eadc99474;p=nethack update tested versions of visual studio --- diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 268c0f165..3ef4f54a0 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.48 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.15 -# - Microsoft Visual Studio 2022 Community Edition v 17.2.1 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.49 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.17 +# - Microsoft Visual Studio 2022 Community Edition v 17.2.6 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -630,8 +630,8 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2017 = 14.16.27048.0 -TESTEDVS2019 = 14.29.30145.0 -TESTEDVS2022 = 14.32.31329.0 +TESTEDVS2019 = 14.29.30146.0 +TESTEDVS2022 = 14.32.31332.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)