From 239286e1fbdba8cd4bf28326656348937c1bf35d Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 14 Jan 2026 14:27:15 -0500 Subject: [PATCH] update tested versions of Visual Studio 2026-01-14 --- sys/windows/Makefile.nmake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index faa637986..036710093 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -1,5 +1,5 @@ # NetHack 3.7 Makefile.nmake -# Copyright (c) NetHack Development Team 1993-2025 +# Copyright (c) NetHack Development Team 1993-2026 # #============================================================================== # Build Tools Environment @@ -8,8 +8,8 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio Community 2022 v 17.14.23 -# - Microsoft Visual Studio Community 2026 v 18.1.1 +# - Microsoft Visual Studio Community 2022 v 17.14.24 +# - Microsoft Visual Studio Community 2026 v 18.2.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.35721.0 +TESTEDVS2026 = 14.50.35722.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)