Kaydet (Commit) 8d69c1f9 authored tarafından Trent Nelson's avatar Trent Nelson

Add the correct OutputFile values for debug builds. Fixes r62129's commit.

üst d6dffbcc
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
SubSystem="1" SubSystem="1"
/> />
<Tool <Tool
...@@ -116,6 +117,7 @@ ...@@ -116,6 +117,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
SubSystem="1" SubSystem="1"
/> />
<Tool <Tool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment