Title: [151349] trunk/Tools
Revision
151349
Author
[email protected]
Date
2013-06-08 14:42:07 -0700 (Sat, 08 Jun 2013)

Log Message

[WinCairo] TestWebKitAPI fails to link.
https://bugs.webkit.org/show_bug.cgi?id=117345

Patch by [email protected] <[email protected]> on 2013-06-08
Reviewed by Brent Fulgham.

Need to link with WTF.lib.

* TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props: Link with WTF.lib.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (151348 => 151349)


--- trunk/Tools/ChangeLog	2013-06-08 21:33:40 UTC (rev 151348)
+++ trunk/Tools/ChangeLog	2013-06-08 21:42:07 UTC (rev 151349)
@@ -1,3 +1,14 @@
+2013-06-08  [email protected]  <[email protected]>
+
+        [WinCairo] TestWebKitAPI fails to link.
+        https://bugs.webkit.org/show_bug.cgi?id=117345
+
+        Reviewed by Brent Fulgham.
+
+        Need to link with WTF.lib.
+
+        * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props: Link with WTF.lib.
+
 2013-06-07  Roger Fong  <[email protected]>
 
         Get rid of not very helpful test that fails only on some machines because xcrun is not installed.

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props (151348 => 151349)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props	2013-06-08 21:33:40 UTC (rev 151348)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPICommonWinCairo.props	2013-06-08 21:42:07 UTC (rev 151349)
@@ -6,7 +6,7 @@
   <ItemDefinitionGroup>
     <Link>
       <SubSystem>Console</SubSystem>
-      <AdditionalDependencies>CFLite.lib;WebKit.lib;_javascript_Core.lib;gtest.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      <AdditionalDependencies>CFLite.lib;WebKit.lib;_javascript_Core.lib;gtest.lib;WTF.lib;%(AdditionalDependencies)</AdditionalDependencies>
     </Link>
     <ClCompile>
       <AdditionalIncludeDirectories>$(ProjectDir)..;$(ProjectDir)..\win;$(ConfigurationBuildDir)\Include;$(ConfigurationBuildDir)\Include\private\_javascript_Core;$(ConfigurationBuildDir)\Include\WebCore\ForwardingHeaders;$(ConfigurationBuildDir)\Include\private;..\..\..\Source\ThirdParty\gtest\include;$(WebKit_Libraries)\include;$(WebKit_Libraries)\Include\private;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to