Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@981 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:36:58 +00:00
parent 8f91f0bfb3
commit 95a623cace

View file

@ -39,10 +39,12 @@
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
UseUnicodeResponseFiles="false"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../include/loki;../../include" AdditionalIncludeDirectories="../../include/loki;../../include"
StringPooling="true" StringPooling="true"
MinimalRebuild="true" MinimalRebuild="true"
ExceptionHandling="2"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
SmallerTypeCheck="true" SmallerTypeCheck="true"
RuntimeLibrary="3" RuntimeLibrary="3"
@ -61,6 +63,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="true" GenerateDebugInformation="true"
SubSystem="1" SubSystem="1"
TargetMachine="1" TargetMachine="1"
@ -134,6 +137,7 @@
/> />
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="true" GenerateDebugInformation="true"
OptimizeReferences="2" OptimizeReferences="2"
EnableCOMDATFolding="2" EnableCOMDATFolding="2"