Added OutputFile path.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@971 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
cc1b2ae76d
commit
c7e37bacca
1 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/SmallObjCompare.exe"
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
ProgramDatabaseFile="$(OutDir)/test.pdb"
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/SmallObjCompare.exe"
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
@ -222,7 +222,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(OutDir)/SmallObjCompare.exe"
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
|
Loading…
Reference in a new issue