1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 12:02:14 +00:00

Visual Studio Projects: Leverage wineditline support in updated windows-build

- Avoid compiling wineditline library while building every simulator
This commit is contained in:
Mark Pizzolato
2024-07-02 20:16:52 -10:00
parent 7f471eafff
commit 5bfef52c45
83 changed files with 165 additions and 5285 deletions

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=20240427
set _X_REQUIRED_WINDOWS_BUILD=20240702
call :FindVCVersion _VC_VER _MSVC_VER _MSVC_TOOLSET_VER _MSVC_TOOLSET_DIR
echo _VC_VER=%_VC_VER%
echo _MSVC_VER=%_MSVC_VER%