1
0
mirror of https://github.com/simh/simh.git synced 2026-01-26 04:01:38 +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%

View File

@@ -4,11 +4,11 @@
::
pushd ~p0
cd ..
# First build all the simulators
:: First build all the simulators
call build_vstudio.bat
if errorlevel 1 goto Done
cd "Visual Studio Projects"
# determine the zip file name
:: determine the zip file name
for /F "usebackq tokens=2" %%i in (`findstr /C:SIM_GIT_COMMIT_ID .git-commit-id`) do set GIT_COMMIT_ID=%%i
for /F "usebackq tokens=2" %%i in (`findstr /C:SIM_GIT_COMMIT_TIME .git-commit-id`) do set GIT_COMMIT_TIME=%%i
for /F "tokens=1 delims=-T" %%i in ("%GIT_COMMIT_TIME%") do set D_YYYY=%%i