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:.=)