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/RARFileSource
parent3ed28d15191c17bcf696661e77bda801149c63a1 (diff)
project files: disable /analyze for x64 platform for 3rd party libraries.
Diffstat (limited to 'src/thirdparty/RARFileSource')
-rw-r--r--src/thirdparty/RARFileSource/RARFileSource.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thirdparty/RARFileSource/RARFileSource.vcxproj b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
index 0d0d1c3da..00f436c77 100644
--- a/src/thirdparty/RARFileSource/RARFileSource.vcxproj
+++ b/src/thirdparty/RARFileSource/RARFileSource.vcxproj
@@ -83,6 +83,7 @@
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>
@@ -106,6 +107,7 @@
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
+ <EnablePREfast>false</EnablePREfast>
</ClCompile>
<ResourceCompile>
<ResourceOutputFileName>$(OutDir)$(ProjectName).res</ResourceOutputFileName>