Visual : 32-bit build release uses static linking (/MT)

This commit is contained in:
Yann Collet 2016-02-18 19:15:19 +01:00
parent d3debc39ea
commit ba7ba5b659

View File

@ -178,6 +178,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<EnablePREfast>false</EnablePREfast>
<TreatWarningAsError>true</TreatWarningAsError>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>