mirror of
https://github.com/simh/simh.git
synced 2026-01-31 05:43:06 +00:00
Visual Studio Projects: Adjust build time messages for consistency
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Check for required build dependencies & git commit id"
|
||||
Description="Check for required build dependencies & git commit id..."
|
||||
CommandLine="Pre-Build-Event.cmd "$(TargetDir)$(TargetName).exe" LIBPCRE"
|
||||
/>
|
||||
<Tool
|
||||
@@ -94,7 +94,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
Description="Running Available Tests..."
|
||||
CommandLine="Post-Build-Event.cmd PDP11 "$(TargetDir)$(TargetName).exe""
|
||||
/>
|
||||
</Configuration>
|
||||
@@ -107,7 +107,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Check for required build dependencies & git commit id"
|
||||
Description="Check for required build dependencies & git commit id..."
|
||||
CommandLine="Pre-Build-Event.cmd "$(TargetDir)$(TargetName).exe" LIBPCRE"
|
||||
/>
|
||||
<Tool
|
||||
@@ -180,7 +180,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
Description="Running Available Tests..."
|
||||
CommandLine="Post-Build-Event.cmd PDP11 "$(TargetDir)$(TargetName).exe""
|
||||
/>
|
||||
</Configuration>
|
||||
|
||||
Reference in New Issue
Block a user