Added OutputFile path.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@962 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
900b8344c5
commit
45c337db76
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
AdditionalLibraryDirectories="..\..\lib"
|
AdditionalLibraryDirectories="..\..\lib"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
RandomizedBaseAddress="1"
|
RandomizedBaseAddress="1"
|
||||||
|
@ -134,6 +135,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="..\..\lib\loki.lib"
|
AdditionalDependencies="..\..\lib\loki.lib"
|
||||||
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
@ -209,6 +211,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="..\..\lib\loki.lib"
|
AdditionalDependencies="..\..\lib\loki.lib"
|
||||||
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue