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

Visual Studio Projects: Fix post build events for Intel-Systems and swtp6800

This commit is contained in:
Mark Pizzolato
2018-10-01 20:23:59 -07:00
parent a9061b0332
commit 88a0cae129
10 changed files with 20 additions and 20 deletions

View File

@@ -95,7 +95,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Running Available Tests"
CommandLine="Post-Build-Event.cmd &quot;$(TargetDir)$(TargetName).exe&quot;"
CommandLine="Post-Build-Event.cmd Intel-Systems\scelbi &quot;$(TargetDir)$(TargetName).exe&quot;"
/>
</Configuration>
<Configuration
@@ -181,7 +181,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Running Available Tests"
CommandLine="Post-Build-Event.cmd &quot;$(TargetDir)$(TargetName).exe&quot;"
CommandLine="Post-Build-Event.cmd Intel-Systems\scelbi &quot;$(TargetDir)$(TargetName).exe&quot;"
/>
</Configuration>
</Configurations>