Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-10 18:39:45 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-10 20:01:20 +0400
commit1fe8d361f0ebc84a40a1e4ed2ee946ffa5be3eca (patch)
treed5170bd826b6107aece8a7af056cc2a927ed362f /src/thirdparty/zlib
parent3ed28d15191c17bcf696661e77bda801149c63a1 (diff)
project files: disable /analyze for x64 platform for 3rd party libraries.
Diffstat (limited to 'src/thirdparty/zlib')
-rw-r--r--src/thirdparty/zlib/zlib.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/zlib/zlib.vcxproj b/src/thirdparty/zlib/zlib.vcxproj
index 3d5961343..eb9f4a64d 100644
--- a/src/thirdparty/zlib/zlib.vcxproj
+++ b/src/thirdparty/zlib/zlib.vcxproj
@@ -78,6 +78,7 @@
<PreprocessorDefinitions>_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -93,6 +94,7 @@
<PreprocessorDefinitions>_LIB;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>