update tested versions of Visual Studio 2026-01-14

This commit is contained in:
nhmall
2026-01-14 14:27:15 -05:00
parent 96fedbdeab
commit 239286e1fb

View File

@@ -1,5 +1,5 @@
# NetHack 3.7 Makefile.nmake # NetHack 3.7 Makefile.nmake
# Copyright (c) NetHack Development Team 1993-2025 # Copyright (c) NetHack Development Team 1993-2026
# #
#============================================================================== #==============================================================================
# Build Tools Environment # Build Tools Environment
@@ -8,8 +8,8 @@
# MS Visual Studio Visual C++ compiler # MS Visual Studio Visual C++ compiler
# #
# Visual Studio Compilers Tested: # Visual Studio Compilers Tested:
# - Microsoft Visual Studio Community 2022 v 17.14.23 # - Microsoft Visual Studio Community 2022 v 17.14.24
# - Microsoft Visual Studio Community 2026 v 18.1.1 # - Microsoft Visual Studio Community 2026 v 18.2.0
# #
#============================================================================== #==============================================================================
# This is used for building two distinct executables of NetHack: # This is used for building two distinct executables of NetHack:
@@ -1189,7 +1189,7 @@ rc=Rc.exe
# #
# Recently tested versions: # Recently tested versions:
TESTEDVS2022 = 14.44.35222.0 TESTEDVS2022 = 14.44.35222.0
TESTEDVS2026 = 14.50.35721.0 TESTEDVS2026 = 14.50.35722.0
VS20261ST = 1450000000 VS20261ST = 1450000000
VS2026CUR = $(TESTEDVS2026:.=) VS2026CUR = $(TESTEDVS2026:.=)