Title: [89173] trunk/Tools
Revision
89173
Author
bfulg...@webkit.org
Date
2011-06-17 14:46:16 -0700 (Fri, 17 Jun 2011)

Log Message

[WinCairo] Unreviewed build correction.

* DumpRenderTree/win/DumpRenderTreeCairo.vsprops:
Update WinCairo property sheet to link against the Cairo DLL,
now that we are using a more recent Cairo build. 

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (89172 => 89173)


--- trunk/Tools/ChangeLog	2011-06-17 21:20:44 UTC (rev 89172)
+++ trunk/Tools/ChangeLog	2011-06-17 21:46:16 UTC (rev 89173)
@@ -1,5 +1,13 @@
-2011-05-25  Brent Fulgham  <bfulg...@webkit.org>
+2011-06-17  Brent Fulgham  <bfulg...@webkit.org>
 
+        [WinCairo] Unreviewed build correction.
+
+        * DumpRenderTree/win/DumpRenderTreeCairo.vsprops:
+        Update WinCairo property sheet to link against the Cairo DLL,
+        now that we are using a more recent Cairo build. 
+
+2011-06-17  Brent Fulgham  <bfulg...@webkit.org>
+
         Reviewed by Brian Weinstein.
 
         Create a simple example of using the COM-based C++ listeners.

Modified: trunk/Tools/DumpRenderTree/win/DumpRenderTreeCairo.vsprops (89172 => 89173)


--- trunk/Tools/DumpRenderTree/win/DumpRenderTreeCairo.vsprops	2011-06-17 21:20:44 UTC (rev 89172)
+++ trunk/Tools/DumpRenderTree/win/DumpRenderTreeCairo.vsprops	2011-06-17 21:46:16 UTC (rev 89173)
@@ -9,4 +9,8 @@
 		AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\cairo&quot;;"
 		PreprocessorDefinitions="WIN_CAIRO=1"
 	/>
+	<Tool
+		Name="VCLinkerTool"
+		AdditionalDependencies="cairo.lib"
+	/>
 </VisualStudioPropertySheet>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to