Title: [89759] trunk/Tools
- Revision
- 89759
- Author
- [email protected]
- Date
- 2011-06-25 17:39:52 -0700 (Sat, 25 Jun 2011)
Log Message
Unreviewed build correction after r89426.
* WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops:
Link with Cairo DLL for new functionality.
* WebKitTestRunner/cairo/TestInvocationCairo.cpp: Include compatibility
code for snprintf.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (89758 => 89759)
--- trunk/Tools/ChangeLog 2011-06-26 00:36:57 UTC (rev 89758)
+++ trunk/Tools/ChangeLog 2011-06-26 00:39:52 UTC (rev 89759)
@@ -1,3 +1,12 @@
+2011-06-25 Brent Fulgham <[email protected]>
+
+ Unreviewed build correction after r89426.
+
+ * WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops:
+ Link with Cairo DLL for new functionality.
+ * WebKitTestRunner/cairo/TestInvocationCairo.cpp: Include compatibility
+ code for snprintf.
+
2011-06-25 Dimitri Glazkov <[email protected]>
Reviewed by Adam Barth.
Modified: trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops (89758 => 89759)
--- trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops 2011-06-26 00:36:57 UTC (rev 89758)
+++ trunk/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops 2011-06-26 00:39:52 UTC (rev 89759)
@@ -6,6 +6,6 @@
>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="CFLite$(LibraryConfigSuffix).lib"
+ AdditionalDependencies="CFLite$(LibraryConfigSuffix).lib cairo.lib"
/>
</VisualStudioPropertySheet>
Modified: trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp (89758 => 89759)
--- trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp 2011-06-26 00:36:57 UTC (rev 89758)
+++ trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp 2011-06-26 00:39:52 UTC (rev 89759)
@@ -33,6 +33,7 @@
#include <cstdio>
#include <wtf/Assertions.h>
#include <wtf/MD5.h>
+#include <wtf/StringExtras.h>
namespace WTR {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes