Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@976 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:27:29 +00:00
parent d71d93dcee
commit 444a7484fa

View file

@ -63,6 +63,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
AdditionalLibraryDirectories="..\..\lib"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
@ -134,6 +135,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="..\..\lib\loki.lib"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@ -209,6 +211,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="..\..\lib\loki.lib"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"