mirror of
https://github.com/simh/simh.git
synced 2026-02-06 00:15:40 +00:00
Visual Studio Projects: Add ability to capture Visual Studio compiler version
Visual Studio defaults to disable the ability to redirect stdout and stderr for the cl.exe program during a build. This change allows us to capture, record and display the compiler version.
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
@@ -166,6 +167,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
UseUnicodeResponseFiles="false"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
|
||||
Reference in New Issue
Block a user