Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@972 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:22:23 +00:00
parent c7e37bacca
commit 0e98a15791

View file

@ -64,7 +64,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/SmallObjSingleton.exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/test.pdb"
@ -141,7 +141,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/SmallObjSingleton.exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@ -219,7 +219,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/SmallObjSingleton.exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"