diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-28 12:06:06 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-28 12:06:06 +0000 |
commit | 81102e19294779547d997db765c61d703a42c95c (patch) | |
tree | 039a4a154f29c1d933d92b9ac8a13371a8ac02a9 /CyrTranslit | |
parent | bd47067640e01dd1554e069efa0872fe2e732c05 (diff) |
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@226 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'CyrTranslit')
-rw-r--r-- | CyrTranslit/CyrTranslit_10.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CyrTranslit/CyrTranslit_10.vcxproj b/CyrTranslit/CyrTranslit_10.vcxproj index af8e9a3..15523c1 100644 --- a/CyrTranslit/CyrTranslit_10.vcxproj +++ b/CyrTranslit/CyrTranslit_10.vcxproj @@ -85,6 +85,7 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<AdditionalIncludeDirectories>../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<ResourceCompile>
<Culture>0x0409</Culture>
@@ -96,6 +97,7 @@ <EnableCOMDATFolding>true</EnableCOMDATFolding>
<TurnOffAssemblyGeneration>true</TurnOffAssemblyGeneration>
<TargetMachine>MachineX86</TargetMachine>
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
|