Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@970 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:20:40 +00:00
parent 67c2fef82e
commit cc1b2ae76d

View file

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