Title: [95246] trunk/Source/WebCore
Revision
95246
Author
simon.fra...@apple.com
Date
2011-09-15 17:33:34 -0700 (Thu, 15 Sep 2011)

Log Message

Attempt to fix Windows build after r95243.

* WebCore.vcproj/WebCore.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (95245 => 95246)


--- trunk/Source/WebCore/ChangeLog	2011-09-16 00:18:34 UTC (rev 95245)
+++ trunk/Source/WebCore/ChangeLog	2011-09-16 00:33:34 UTC (rev 95246)
@@ -1,5 +1,11 @@
 2011-09-15  Simon Fraser  <simon.fra...@apple.com>
 
+        Attempt to fix Windows build after r95243.
+
+        * WebCore.vcproj/WebCore.vcproj:
+
+2011-09-15  Simon Fraser  <simon.fra...@apple.com>
+
         Make custom scrollbar theme for use in DRT, to reduce pixel differences between platforms
         https://bugs.webkit.org/show_bug.cgi?id=68134
 

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (95245 => 95246)


--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-09-16 00:18:34 UTC (rev 95245)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj	2011-09-16 00:33:34 UTC (rev 95246)
@@ -27325,8 +27325,56 @@
 					>
 				</File>
                 <File
-                RelativePath="..\platform\win\StructuredExceptionHandlerSupressor.h"
-                >
+                    RelativePath="..\platform\win\StructuredExceptionHandlerSupressor.h"
+                    >
+                    <FileConfiguration
+                        Name="Debug|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
+                    <FileConfiguration
+                        Name="Release|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
+                    <FileConfiguration
+                        Name="Debug_Cairo_CFLite|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
+                    <FileConfiguration
+                        Name="Release_Cairo_CFLite|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
+                    <FileConfiguration
+                        Name="Debug_All|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
+                    <FileConfiguration
+                        Name="Production|Win32"
+                        >
+                        <Tool
+                            Name="VCCLCompilerTool"
+                            DisableSpecificWarnings="4733"
+                        />
+                    </FileConfiguration>
                 </File>
 				<File
 					RelativePath="..\platform\win\SystemInfo.cpp"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to