From a82317e364fac2bd275374ef5c36f8f88fcdd1c8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 17 Jan 2024 12:28:33 -0500 Subject: [PATCH] update tested versions of Visual Studio 2024-01-17 --- sys/windows/Makefile.nmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 58e058e6e..7c583dde0 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.58 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.32 -# - Microsoft Visual Studio 2022 Community Edition v 17.8.3 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.59 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.33 +# - Microsoft Visual Studio 2022 Community Edition v 17.8.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -971,8 +971,8 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2017 = 14.16.27051.0 -TESTEDVS2019 = 14.29.30152.0 -TESTEDVS2022 = 14.38.33133.0 +TESTEDVS2019 = 14.29.30153.0 +TESTEDVS2022 = 14.38.33134.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)