1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 19:56:25 +00:00

github: Use correct comment characters in build_simulators.cmd

This commit is contained in:
Mark Pizzolato
2022-12-03 19:50:43 -10:00
parent f84babf568
commit 63372c4cb1
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ rem
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=20221203
set _X_REQUIRED_WINDOWS_BUILD=20221204
call :FindVCVersion _VC_VER _MSVC_VER _MSVC_TOOLSET_VER _MSVC_TOOLSET_DIR
echo _VC_VER=%_VC_VER%
echo _MSVC_VER=%_MSVC_VER%