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-04-17 16:16:42 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-04-17 16:16:42 +0400
commitae827ad035541fc0455a449d17e39c8deb4061db (patch)
treef618fc5526913322285424435103a41abd20e193 /src/thirdparty/ZenLib
parent36cbed4f088553bd3c51202f26ba69161166645c (diff)
partially revert r3029, project files cleanup, compile MediaInfoLib and ZenLib with /O2 like the rest of the projects for MSVC2008
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3037 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/thirdparty/ZenLib')
-rw-r--r--src/thirdparty/ZenLib/ZenLib.vcproj36
-rw-r--r--src/thirdparty/ZenLib/ZenLib.vcxproj10
2 files changed, 2 insertions, 44 deletions
diff --git a/src/thirdparty/ZenLib/ZenLib.vcproj b/src/thirdparty/ZenLib/ZenLib.vcproj
index 2a25eb3e9..b427dc00d 100644
--- a/src/thirdparty/ZenLib/ZenLib.vcproj
+++ b/src/thirdparty/ZenLib/ZenLib.vcproj
@@ -157,8 +157,6 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
- FavorSizeOrSpeed="2"
AdditionalIncludeDirectories=".;../zlib"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
/>
@@ -216,8 +214,6 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="1"
- FavorSizeOrSpeed="2"
AdditionalIncludeDirectories=".;../zlib"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
EnableEnhancedInstructionSet="0"
@@ -291,42 +287,10 @@
<File
RelativePath=".\ZenLib\int128s.cpp"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4127"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4127"
- />
- </FileConfiguration>
</File>
<File
RelativePath=".\ZenLib\int128u.cpp"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4127"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- DisableSpecificWarnings="4127"
- />
- </FileConfiguration>
</File>
<File
RelativePath=".\ZenLib\MemoryDebug.cpp"
diff --git a/src/thirdparty/ZenLib/ZenLib.vcxproj b/src/thirdparty/ZenLib/ZenLib.vcxproj
index 6c1a562f9..a207e668e 100644
--- a/src/thirdparty/ZenLib/ZenLib.vcxproj
+++ b/src/thirdparty/ZenLib/ZenLib.vcxproj
@@ -133,14 +133,8 @@
<ClCompile Include="ZenLib\FileName.cpp" />
<ClCompile Include="ZenLib\HTTP_Client.cpp" />
<ClCompile Include="ZenLib\InfoMap.cpp" />
- <ClCompile Include="ZenLib\int128s.cpp">
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
- <ClCompile Include="ZenLib\int128u.cpp">
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- <DisableSpecificWarnings Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">4127;%(DisableSpecificWarnings)</DisableSpecificWarnings>
- </ClCompile>
+ <ClCompile Include="ZenLib\int128s.cpp" />
+ <ClCompile Include="ZenLib\int128u.cpp" />
<ClCompile Include="ZenLib\MemoryDebug.cpp" />
<ClCompile Include="ZenLib\OS_Utils.cpp" />
<ClCompile Include="ZenLib\Thread.cpp" />