From 7cff1696b757a747879b24eca3e7be3c4bdaed54 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 12 Mar 2026 09:28:37 -0400 Subject: [PATCH] update tested versions of Visual Studio 2026-03-12 --- sys/windows/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index d89f92d69..630575be5 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,8 +8,8 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio Community 2022 v 17.14.27 -# - Microsoft Visual Studio Community 2026 v 18.3.2 +# - Microsoft Visual Studio Community 2022 v 17.14.28 +# - Microsoft Visual Studio Community 2026 v 18.4.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1189,7 +1189,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35222.0 -TESTEDVS2026 = 14.50.35725.0 +TESTEDVS2026 = 14.50.35726.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)