From c1c74db90c7cf1084f75459f0d1c26d090204aa0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 27 Nov 2024 09:48:35 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-11-27 --- sys/windows/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 50775c8c0..95b8bae17 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2019 Community Edition v 16.11.42 -# - Microsoft Visual Studio 2022 Community Edition v 17.12.0 +# - Microsoft Visual Studio 2022 Community Edition v 17.12.2 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1009,7 +1009,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 -TESTEDVS2022 = 14.42.34433.0 +TESTEDVS2022 = 14.42.34435.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)