1
0
mirror of https://github.com/simh/simh.git synced 2026-04-29 21:16:46 +00:00

Visual Studio Projects: Force build to update to the latest windows-build

This commit is contained in:
Mark Pizzolato
2024-10-11 18:05:53 -10:00
parent ca8f3f096e
commit 8469b30d85

View File

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