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>2011-08-02 23:59:44 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-08-02 23:59:44 +0400
commite07ddf71a1ce5fee4c6e62014cdfe63e69e9024f (patch)
treec77a42094dc13c7ae48cac9029d0acc4e9e7a6d9 /src/thirdparty/zlib
parente5e8a82429a66fb2bb967945c7e7b922e1e8b762 (diff)
* compilation fixes with precompiled headers (still not using them except for the mplayerc project)
* completely disable it for those projects that don't support it git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3555 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/thirdparty/zlib')
-rw-r--r--src/thirdparty/zlib/zlib.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdparty/zlib/zlib.vcxproj b/src/thirdparty/zlib/zlib.vcxproj
index 8133940e5..80205197d 100644
--- a/src/thirdparty/zlib/zlib.vcxproj
+++ b/src/thirdparty/zlib/zlib.vcxproj
@@ -71,6 +71,7 @@
<ClCompile>
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<Lib>
<TargetMachine>MachineX86</TargetMachine>
@@ -81,6 +82,7 @@
<PreprocessorDefinitions>_WIN64;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<Lib>
<TargetMachine>MachineX64</TargetMachine>
@@ -90,6 +92,7 @@
<ClCompile>
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<Lib>
<TargetMachine>MachineX86</TargetMachine>
@@ -99,6 +102,7 @@
<ClCompile>
<PreprocessorDefinitions>_WIN64;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
<Lib>
<TargetMachine>MachineX64</TargetMachine>