summaryrefslogtreecommitdiffstats
path: root/third_party/libxml
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:14:26 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-08 18:14:26 +0000
commit9602d040b8a0bdb25a67ac20c0f2a11cb4e86553 (patch)
tree6eac2dbfa9f346ded1a0d20647b9d5b4e2141ee5 /third_party/libxml
parentb7cc9c171bf50583872e1363f6f1a58f8d798516 (diff)
downloadchromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.zip
chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.gz
chromium_src-9602d040b8a0bdb25a67ac20c0f2a11cb4e86553.tar.bz2
Reduce the number of warnings in third party code.
Review URL: http://codereview.chromium.org/16584 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml')
-rw-r--r--third_party/libxml/build/libxml.vcproj82
-rw-r--r--third_party/libxml/build/libxml.vsprops12
2 files changed, 86 insertions, 8 deletions
diff --git a/third_party/libxml/build/libxml.vcproj b/third_party/libxml/build/libxml.vcproj
index 9d1ef66..2c052d3 100644
--- a/third_party/libxml/build/libxml.vcproj
+++ b/third_party/libxml/build/libxml.vcproj
@@ -12,50 +12,114 @@
Name="Win32"
/>
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\libxml.vsprops"
>
<Tool
- Name="VCLibrarianTool"
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLibrarianTool"
/>
<Tool
- Name="VCCLCompilerTool"
+ Name="VCALinkTool"
/>
<Tool
- Name="VCPreBuildEventTool"
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\libxml.vsprops"
>
<Tool
- Name="VCLibrarianTool"
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
/>
<Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
Name="VCLibrarianTool"
/>
<Tool
- Name="VCCLCompilerTool"
+ Name="VCALinkTool"
/>
<Tool
- Name="VCPreBuildEventTool"
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="include"
@@ -450,4 +514,6 @@
>
</File>
</Files>
+ <Globals>
+ </Globals>
</VisualStudioProject>
diff --git a/third_party/libxml/build/libxml.vsprops b/third_party/libxml/build/libxml.vsprops
new file mode 100644
index 0000000..9f01fdf
--- /dev/null
+++ b/third_party/libxml/build/libxml.vsprops
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libxml"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\build\external_code.vsprops"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ DisableSpecificWarnings="4101;4133"
+ />
+</VisualStudioPropertySheet>