Added OutputFile path.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@977 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
444a7484fa
commit
2e2f87c3b1
1 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
|
||||
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||
GenerateDebugInformation="true"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
|
@ -123,7 +123,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
|
||||
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
/>
|
||||
|
@ -188,7 +188,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
|
||||
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue