From 118899a5f0dfcce29078ebc41476e5d2e50cac04 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 18 Jun 2026 09:48:34 -0400 Subject: [PATCH] update tested versions of Visual Studio 2026-06-18 --- 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 1029b68a9..5a0906c8b 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.33 -# - Microsoft Visual Studio Community 2026 v 18.7.0 +# - Microsoft Visual Studio Community 2022 v 17.14.35 +# - Microsoft Visual Studio Community 2026 v 18.7.1 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1204,7 +1204,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35225.0 -TESTEDVS2026 = 14.51.36247.0 +TESTEDVS2026 = 14.51.36248.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)