From 0e52eac18435ba6f771021ed00b27d9c3f8499b5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 12 Nov 2024 18:00:37 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-11-12 --- 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 2104b0afc..4df6112c2 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,8 +8,8 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio 2019 Community Edition v 16.11.41 -# - Microsoft Visual Studio 2022 Community Edition v 17.11.5 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.42 +# - Microsoft Visual Studio 2022 Community Edition v 17.12.0 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -988,8 +988,8 @@ rc=Rc.exe # is too old or untested. # # Recently tested versions: -TESTEDVS2019 = 14.29.30156.0 -TESTEDVS2022 = 14.41.34123.0 +TESTEDVS2019 = 14.29.30157.0 +TESTEDVS2022 = 14.42.34433.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)