From 78042680b8ba514773cfa83155412a66e9de6663 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 1 Sep 2024 09:39:56 -0400 Subject: [PATCH] update tested versions of Visual Studio 2024-09-01 --- 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 39f601412..89f49ddc8 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.38 -# - Microsoft Visual Studio 2022 Community Edition v 17.10.5 +# - Microsoft Visual Studio 2022 Community Edition v 17.11.2 # #============================================================================== # 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.40.33813.0 +TESTEDVS2022 = 14.41.34120.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)