diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 21:29:39 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-20 21:29:39 +0000 |
commit | d33dfc6c4614ac908402aa00e0bc30b77047d997 (patch) | |
tree | d9ab6e1a7fa94bd27b3b72f957fbc9c5ae869375 /contacts_rate | |
parent | f1feeb4450ac434f14044ec33a4da8b04327eab6 (diff) |
small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@193 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'contacts_rate')
-rw-r--r-- | contacts_rate/rate_10.vcxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contacts_rate/rate_10.vcxproj b/contacts_rate/rate_10.vcxproj index 1af790e..a9738a4 100644 --- a/contacts_rate/rate_10.vcxproj +++ b/contacts_rate/rate_10.vcxproj @@ -56,13 +56,12 @@ </PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <ProgramDatabaseFile>$(OutDir)authstate.pdb</ProgramDatabaseFile>
<SubSystem>Windows</SubSystem>
<BaseAddress>0x22620000</BaseAddress>
- <ImportLibrary>$(OutDir)authstate.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
@@ -76,6 +75,7 @@ </PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
<ShowProgress>NotSet</ShowProgress>
@@ -84,7 +84,6 @@ <OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<BaseAddress>0x22620000</BaseAddress>
- <ImportLibrary>$(OutDir)rate.lib</ImportLibrary>
<TargetMachine>MachineX86</TargetMachine>
</Link>
</ItemDefinitionGroup>
|