Title: [138864] trunk/Source/WebCore
Revision
138864
Author
jsb...@chromium.org
Date
2013-01-04 15:57:44 -0800 (Fri, 04 Jan 2013)

Log Message

Unreviewed, fix Apple Win build following http://trac.webkit.org/changeset/138838
https://bugs.webkit.org/show_bug.cgi?id=105927

* WebCore.vcproj/WebCoreTestSupport.vcproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (138863 => 138864)


--- trunk/Source/WebCore/ChangeLog	2013-01-04 23:47:58 UTC (rev 138863)
+++ trunk/Source/WebCore/ChangeLog	2013-01-04 23:57:44 UTC (rev 138864)
@@ -1,3 +1,10 @@
+2013-01-04  Joshua Bell  <jsb...@chromium.org>
+
+        Unreviewed, fix Apple Win build following http://trac.webkit.org/changeset/138838
+        https://bugs.webkit.org/show_bug.cgi?id=105927
+
+        * WebCore.vcproj/WebCoreTestSupport.vcproj:
+
 2013-01-04  Abhishek Arya  <infe...@chromium.org>
 
         Heap-use-after-free in WebCore::XMLDocumentParser::doEnd

Modified: trunk/Source/WebCore/WebCore.vcproj/WebCoreTestSupport.vcproj (138863 => 138864)


--- trunk/Source/WebCore/WebCore.vcproj/WebCoreTestSupport.vcproj	2013-01-04 23:47:58 UTC (rev 138863)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCoreTestSupport.vcproj	2013-01-04 23:57:44 UTC (rev 138864)
@@ -484,6 +484,74 @@
 				>
 			</File>
 			<File
+				RelativePath="$(ConfigurationBuildDir)\obj\WebCore\DerivedSources\JSTypeConversions.cpp"
+				>
+				<FileConfiguration
+					Name="Debug|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_Cairo_CFLite|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release_Cairo_CFLite|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Debug_All|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Production|Win32"
+					>
+					<Tool
+						Name="VCCLCompilerTool"
+						UsePrecompiledHeader="0"
+						DisableSpecificWarnings="4065;4273;4565;4701;4702"
+						ForcedIncludeFiles="$(NOINHERIT)"
+					/>
+				</FileConfiguration>
+			</File>
+			<File
+				RelativePath="$(ConfigurationBuildDir)\obj\WebCore\DerivedSources\JSTypeConversions.h"
+				>
+			</File>
+			<File
 				RelativePath="$(ConfigurationBuildDir)\obj\WebCore\DerivedSources\JSInternals.cpp"
 				>
 				<FileConfiguration
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to