From 7261c848c7270f1a61f82a573436c6cb7b6cb4f6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 1 Mar 2026 09:25:55 -0500 Subject: [PATCH] update tested versions of Visual Studio 2026-03-01 --- 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 074a0c15f..d89f92d69 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.26 -# - Microsoft Visual Studio Community 2026 v 18.3.0 +# - Microsoft Visual Studio Community 2022 v 17.14.27 +# - Microsoft Visual Studio Community 2026 v 18.3.2 # #============================================================================== # 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.35724.0 +TESTEDVS2026 = 14.50.35725.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)