From 8de3aa564f202c7c74cf51032d3d4b2e33db1489 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 19 Jan 2025 22:02:43 -0500 Subject: [PATCH] update tested versions of Visual Studio 2025-01-19 --- 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 51969c9c3..4c11ff77f 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-2024 +# Copyright (c) NetHack Development Team 1993-2025 # #============================================================================== # Build Tools Environment @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2019 Community Edition v 16.11.42 -# - Microsoft Visual Studio 2022 Community Edition v 17.12.2 +# - Microsoft Visual Studio 2022 Community Edition v 17.12.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1177,7 +1177,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 -TESTEDVS2022 = 14.42.34435.0 +TESTEDVS2022 = 14.42.34436.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)