Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@968 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:18:40 +00:00
parent 8388bf40eb
commit 39e4c33655

View file

@ -63,6 +63,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
@ -132,6 +133,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@ -206,6 +208,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"