diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-26 00:34:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-26 00:34:04 +0300 |
commit | c059f8821af4a73e652291c31d55778f598bdb45 (patch) | |
tree | 71abbaae4d8cb3bec6b559618fd3c5ae8256152f /src | |
parent | 2b278ecaee38ec9bf7b8738b05778cda5388db5f (diff) |
let's return back static build for now
Diffstat (limited to 'src')
-rw-r--r-- | src/miranda32/miranda32.vcxproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/miranda32/miranda32.vcxproj b/src/miranda32/miranda32.vcxproj index 9e727b1e65..07b5c41cc1 100644 --- a/src/miranda32/miranda32.vcxproj +++ b/src/miranda32/miranda32.vcxproj @@ -39,9 +39,13 @@ <Manifest>
<AdditionalManifestFiles>res/miranda32.exe.manifest</AdditionalManifestFiles>
</Manifest>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Debug'">MultiThreadedDebug</RuntimeLibrary>
+ </ClCompile>
+ <ClCompile>
+ <RuntimeLibrary Condition="'$(Configuration)'=='Release'">MultiThreaded</RuntimeLibrary>
+ </ClCompile>
<Link>
- <DelayLoadDLLs Condition="'$(Configuration)'=='Release'">api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;VCRUNTIME140.dll</DelayLoadDLLs>
- <DelayLoadDLLs Condition="'$(Configuration)'=='Debug'">api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;ucrtbased.dll;VCRUNTIME140d.dll</DelayLoadDLLs>
<AdditionalManifestDependencies>type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;type=%27win32%27 name=%27Microsoft.Windows.Gdiplus%27 version=%271.0.0.0%27 processorArchitecture=%27*%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27;%(AdditionalManifestDependencies)</AdditionalManifestDependencies>
</Link>
</ItemDefinitionGroup>
|