From 5688754684eb019bc3fa4104af49e6f7383d7c07 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 16 Jun 2023 07:13:55 -0400 Subject: [PATCH] update tested versions of Visual Studio 2023-06-16 --- sys/windows/Makefile.nmake | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 856286f4a..3591de95b 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.54 -# - Microsoft Visual Studio 2019 Community Edition v 16.11.26 -# - Microsoft Visual Studio 2022 Community Edition v 17.6.0 +# - Microsoft Visual Studio 2017 Community Edition v 15.9.55 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.27 +# - Microsoft Visual Studio 2022 Community Edition v 17.6.3 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -970,9 +970,10 @@ rc=Rc.exe # is too old or untested. # # Recently tested versions: -TESTEDVS2017 = 14.16.27049.0 -TESTEDVS2019 = 14.29.30148.0 -TESTEDVS2022 = 14.36.32532.0 +TESTEDVS2017 = 14.16.27050.0 +TESTEDVS2019 = 14.29.30151.0 +TESTEDVS2022 = 14.36.32534.0 + VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)