From f326a9428d0bbe863d586fb0dbafc5a5191c4dae Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 21 Apr 2023 11:58:31 -0400 Subject: [PATCH] update tested versions of Visual Studio 2023-04-21 --- 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 537437122..c6edb9b1c 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,9 +8,9 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio 2017 Community Edition v 15.9.53 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.25 -# - Microsoft Visual Studio 2022 Community Edition v 17.5.3 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.54 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.26 +# - Microsoft Visual Studio 2022 Community Edition v 17.5.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -917,7 +917,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27049.0 TESTEDVS2019 = 14.29.30148.0 -TESTEDVS2022 = 14.35.32216.1 +TESTEDVS2022 = 14.35.32217.1 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)