1
0
mirror of https://github.com/simh/simh.git synced 2026-01-17 16:45:10 +00:00

Visual Studio Projects: Update required windows-build version

Recent bug fix to editline library support to properly tolerate
filenames containing spaces without corrupting the heap.
This commit is contained in:
Mark Pizzolato 2023-05-03 22:38:37 -10:00
parent 412838b264
commit c0f92387ab

View File

@ -38,7 +38,7 @@ set _ARG=
rem Everything implicitly requires BUILD to also be set to have
rem any meaning, it always gets set.
set _X_BUILD=BUILD
set _X_REQUIRED_WINDOWS_BUILD=20230107
set _X_REQUIRED_WINDOWS_BUILD=20230504
call :FindVCVersion _VC_VER _MSVC_VER _MSVC_TOOLSET_VER _MSVC_TOOLSET_DIR
echo _VC_VER=%_VC_VER%
echo _MSVC_VER=%_MSVC_VER%