From f58b7a8269d1a113163e46a8f2a54b67e2fb2b89 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 16 Jul 2025 21:04:04 -0400 Subject: [PATCH] update tested versions of Visual Studio 2025-07-16 --- 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 cf95dc141..05df018c4 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.14.6 +# - Microsoft Visual Studio 2022 Community Edition v 17.14.9 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1178,7 +1178,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 -TESTEDVS2022 = 14.44.35211.0 +TESTEDVS2022 = 14.44.35213.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)