From 9dbb21cfcb1bb6747ab1a3cc37aa57bdd57656a1 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 14 Dec 2022 14:33:36 -0500 Subject: [PATCH] update tested versions of Visual Studio 2022-12-14 --- sys/windows/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 526b04001..aba7fb8ff 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,8 +9,8 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2017 Community Edition v 15.9.51 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.21 -# - Microsoft Visual Studio 2022 Community Edition v 17.4.2 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.22 +# - Microsoft Visual Studio 2022 Community Edition v 17.4.3 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -721,7 +721,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27048.0 TESTEDVS2019 = 14.29.30147.0 -TESTEDVS2022 = 14.34.31935.0 +TESTEDVS2022 = 14.34.31937.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)