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:
@@ -95,7 +95,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
CommandLine="Post-Build-Event.cmd "$(TargetDir)$(TargetName).exe""
|
||||
CommandLine="Post-Build-Event.cmd Intel-Systems\scelbi "$(TargetDir)$(TargetName).exe""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -181,7 +181,7 @@
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Running Available Tests"
|
||||
CommandLine="Post-Build-Event.cmd "$(TargetDir)$(TargetName).exe""
|
||||
CommandLine="Post-Build-Event.cmd Intel-Systems\scelbi "$(TargetDir)$(TargetName).exe""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
Reference in New Issue
Block a user