mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Visual Studio Projects: Forced serialization of Visual Studio Project fixes by making all simulators dependent on BuildROMs project.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Build Check for required build dependencies"
|
||||
CommandLine="Pre-Build-Event.cmd $(InputFileName) BUILD"
|
||||
CommandLine="Pre-Build-Event.cmd BUILD"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
@@ -108,7 +108,7 @@
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
Description="Build Check for required build dependencies"
|
||||
CommandLine="Pre-Build-Event.cmd $(InputFileName) BUILD"
|
||||
CommandLine="Pre-Build-Event.cmd BUILD"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
||||
Reference in New Issue
Block a user