From efe0b1197dc87c5cdf0d0ede142992f09524b419 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 27 Oct 2025 11:55:20 -0400 Subject: [PATCH] update tested versions of Visual Studio 2025-10-27 --- 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 afb9108cc..2cd87415b 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,7 +8,7 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio 2022 Community Edition v 17.14.15 +# - Microsoft Visual Studio 2022 Community Edition v 17.14.18 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1179,7 +1179,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2022 = 14.44.35217.0 # Other versions: -TESTEDVS2026 = 14.50.35503.0 +TESTEDVS2026 = 14.50.35717.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)