summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/libxml/build/libxml.vcproj82
-rw-r--r--third_party/libxml/build/libxml.vsprops12
-rw-r--r--third_party/sqlite/sqlite.vsprops2
-rw-r--r--webkit/build/WebCore/webcore.vsprops2
4 files changed, 88 insertions, 10 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>
diff --git a/third_party/sqlite/sqlite.vsprops b/third_party/sqlite/sqlite.vsprops
index 45f926a..3d87960 100644
--- a/third_party/sqlite/sqlite.vsprops
+++ b/third_party/sqlite/sqlite.vsprops
@@ -7,6 +7,6 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="SQLITE_ENABLE_FTS2;SQLITE_ENABLE_BROKEN_FTS2;SQLITE_ENABLE_ICU;SQLITE_SECURE_DELETE;THREADSAFE;_CRT_NONSTDC_NO_DEPRECATE"
- DisableSpecificWarnings="4244"
+ DisableSpecificWarnings="4018;4090;4244"
/>
</VisualStudioPropertySheet>
diff --git a/webkit/build/WebCore/webcore.vsprops b/webkit/build/WebCore/webcore.vsprops
index e0b0446..fae7dd5 100644
--- a/webkit/build/WebCore/webcore.vsprops
+++ b/webkit/build/WebCore/webcore.vsprops
@@ -8,6 +8,6 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="__PRETTY_FUNCTION__=__FUNCTION__;DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2"
- DisableSpecificWarnings="4138; 4244; 4291; 4305; 4355; 4521; 4099;"
+ DisableSpecificWarnings="4138; 4244; 4291; 4305; 4344; 4355; 4521; 4099;"
/>
</VisualStudioPropertySheet>