From 476f962f67ef65bc877184985346411c1ed2b882 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 18 May 2023 22:31:45 -0400 Subject: [PATCH] update tested versions of Visual Studio 2023-05-18 --- sys/windows/Makefile.nmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 4c5036841..f7d1cc024 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -10,7 +10,7 @@ # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2017 Community Edition v 15.9.54 # - Microsoft Visual Studio 2019 Community Edition v 16.11.26 -# - Microsoft Visual Studio 2022 Community Edition v 17.5.4 +# - Microsoft Visual Studio 2022 Community Edition v 17.6.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -917,8 +917,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27049.0 TESTEDVS2019 = 14.29.30148.0 -TESTEDVS2022 = 14.35.32217.1 - +TESTEDVS2022 = 14.36.32532.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)