From 4d9bfccc90dec2a8ef71ee9799d2d23f1303d96c Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 30 Jun 2023 12:34:29 -0400 Subject: [PATCH] update tested versions of Visual Studio 2023-06-30 --- sys/windows/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 3591de95b..42fe44d62 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -10,7 +10,7 @@ # Visual Studio Compilers Tested: # - 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 +# - Microsoft Visual Studio 2022 Community Edition v 17.6.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -972,7 +972,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2017 = 14.16.27050.0 TESTEDVS2019 = 14.29.30151.0 -TESTEDVS2022 = 14.36.32534.0 +TESTEDVS2022 = 14.36.32535.0 VS2017CUR = $(TESTEDVS2017:.=) VS2019CUR = $(TESTEDVS2019:.=)