From 12663473ab56ba3b0dda30f500a4a914d87c9ed8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 29 Mar 2026 20:20:56 -0400 Subject: [PATCH] update tested versions of Visual Studio 2026-03-29 --- sys/windows/Makefile.nmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 5a549d3ef..dacee7775 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio Community 2022 v 17.14.29 -# - Microsoft Visual Studio Community 2026 v 18.4.1 +# - Microsoft Visual Studio Community 2026 v 18.4.2 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1191,8 +1191,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35222.0 -TESTEDVS2026 = 14.50.35726.0 -TESTEDVS2026 = 14.50.35727.0 +TESTEDVS2026 = 14.50.35728.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)