From 16ac21297a2b49c94a198ae1a5aa061575f96641 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 4 Jun 2024 07:45:23 -0400 Subject: [PATCH] update tested versions of Visual Studio 2024-05-04 --- 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 d2435793b..fdf10a5d0 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.36 -# - Microsoft Visual Studio 2022 Community Edition v 17.9.7 +# - Microsoft Visual Studio 2022 Community Edition v 17.10.1 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -985,7 +985,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30154.0 -TESTEDVS2022 = 14.39.33523.0 +TESTEDVS2022 = 14.40.33811.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)