diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-27 21:16:40 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-27 21:16:40 +0000 |
commit | cf83705a2e83691e6271fdffac93e0632fd301da (patch) | |
tree | 43fb8c6ce9ef48be33a20da0cb2a4577dcbc492e /BuddyPounce | |
parent | 5f09c4f9b4a0d2db09c8342617a3ccd5c7c77ff9 (diff) |
another part of small project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@223 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'BuddyPounce')
-rw-r--r-- | BuddyPounce/buddypounce.sln | 2 | ||||
-rw-r--r-- | BuddyPounce/buddypounce.vcxproj | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/BuddyPounce/buddypounce.sln b/BuddyPounce/buddypounce.sln index 4bcf320..a9a6068 100644 --- a/BuddyPounce/buddypounce.sln +++ b/BuddyPounce/buddypounce.sln @@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual C++ Express 2010
+# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "buddypounce", "buddypounce.vcxproj", "{6797F0C5-4885-4E0B-A34F-9805BBEB64E1}"
EndProject
Global
diff --git a/BuddyPounce/buddypounce.vcxproj b/BuddyPounce/buddypounce.vcxproj index 05bd26a..fc8cd59 100644 --- a/BuddyPounce/buddypounce.vcxproj +++ b/BuddyPounce/buddypounce.vcxproj @@ -77,6 +77,7 @@ <DataExecutionPrevention>
</DataExecutionPrevention>
<TargetMachine>MachineX86</TargetMachine>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -103,6 +104,7 @@ <SuppressStartupBanner>true</SuppressStartupBanner>
<AdditionalIncludeDirectories>../include;../ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -116,6 +118,8 @@ <TargetMachine>MachineX86</TargetMachine>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
+ <ImportLibrary>$(IntDir)$(TargetName).lib</ImportLibrary>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
|