From 9b0724f8f23aa87ed26ecbc5f623e90c7a5ff9a7 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 13 Mar 2025 12:57:55 -0400 Subject: [PATCH] update tested versions of Visual Studio 2025-03-13 --- 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 2618f65b6..40fe46230 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.13.0 +# - Microsoft Visual Studio 2022 Community Edition v 17.13.3 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1177,7 +1177,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 -TESTEDVS2022 = 14.43.34808.0 +TESTEDVS2022 = 14.43.34809.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)