mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Visual Studio Projects: Make sure ROM checks used most recent BuildROMs
The BuildROMs project now runs the BuildROMs program that was most recently built (Debug or Release). This will identify ROM data inconsistencies that may exist at build time. When building other projects which may depend on ROM data, the BuildROMs is run as a sanity check and if it fails we make sure that we hadn't run an out of date Release build version of the BuildROMs binary.
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
@@ -95,6 +98,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Verify ROM data"
|
||||
CommandLine="pushd ..
"$(TargetPath)"
popd
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -116,6 +121,9 @@
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
@@ -178,6 +186,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Verify ROM data"
|
||||
CommandLine="pushd ..
"$(TargetPath)"
popd
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
||||
Reference in New Issue
Block a user