summaryrefslogtreecommitdiff
path: root/plugins/Toaster
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2015-08-28 15:07:39 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2015-08-28 15:07:39 +0000
commitc8b0a2722b472be7a1fca64590e61094bb9f7bbc (patch)
tree086cba349e555b9fbfdff41886b4a17ee3720301 /plugins/Toaster
parent7b90ca67be42bcd0bc7439aab38cc176bda8e32d (diff)
Toaster and AddToStartMenu compiled as static
git-svn-id: http://svn.miranda-ng.org/main/trunk@15062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Toaster')
-rw-r--r--plugins/Toaster/Toaster.vcxproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Toaster/Toaster.vcxproj b/plugins/Toaster/Toaster.vcxproj
index 3e26613e59..cb3a8d0753 100644
--- a/plugins/Toaster/Toaster.vcxproj
+++ b/plugins/Toaster/Toaster.vcxproj
@@ -54,5 +54,11 @@
<ClCompile>
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreaded</RuntimeLibrary>
+ </ClCompile>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary>
+ </ClCompile>
</ItemDefinitionGroup>
</Project> \ No newline at end of file