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

Visual Studio Projects: Adjust build time messages for consistency

This commit is contained in:
Mark Pizzolato
2023-05-19 17:02:48 -10:00
parent cfe25e5366
commit af0ff5d98b
82 changed files with 323 additions and 317 deletions

View File

@@ -71,6 +71,6 @@ set _deps_line=
for /F "usebackq tokens=2 delims==" %%f in (`type %_project_deps%`) do set _deps_line=!_deps_line! %%f
del %_project_deps%
del %_project_linedeps%
echo Checking Source for %~n2 simulator
echo Checking Source in %~n2 simulator...
%2 %_deps_switches% CheckSourceCode %_deps_line%
set _deps_line=