diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-25 13:58:38 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-25 13:58:38 +0000 |
commit | 72f4208b89bca17ace2198678db34902794e3ebc (patch) | |
tree | e01d4c4c5c45ca4466da6b66e976dcf358051e76 /BossKeyPlus | |
parent | 73ca016fa15ca80a6d40362ccf6f8b433bc339f6 (diff) |
small compilation project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@209 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'BossKeyPlus')
-rw-r--r-- | BossKeyPlus/BossKey_10.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BossKeyPlus/BossKey_10.vcxproj b/BossKeyPlus/BossKey_10.vcxproj index cfc9aa8..121a1f2 100644 --- a/BossKeyPlus/BossKey_10.vcxproj +++ b/BossKeyPlus/BossKey_10.vcxproj @@ -129,6 +129,8 @@ <ProgramDatabaseFile>
</ProgramDatabaseFile>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+ <OptimizeReferences>true</OptimizeReferences>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug Unicode|Win32'">
@@ -155,7 +157,6 @@ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<BrowseInformationFile>
</BrowseInformationFile>
- <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|