From a7240f8689c759c53fb6104faa11661d7ad2ce0e Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 17 Jul 2024 10:02:25 -0400 Subject: [PATCH] update tested versions of Visual Studio 2024-07-17 --- sys/windows/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index ba53f5810..011aa8253 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.37 -# - Microsoft Visual Studio 2022 Community Edition v 17.10.2 +# - Microsoft Visual Studio 2019 Community Edition v 16.11.38 +# - Microsoft Visual Studio 2022 Community Edition v 17.10.4 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -985,7 +985,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30154.0 -TESTEDVS2022 = 14.40.33811.0 +TESTEDVS2022 = 14.40.33812.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)