Title: [89755] trunk/Source/WebKit2
- Revision
- 89755
- Author
- [email protected]
- Date
- 2011-06-25 16:10:49 -0700 (Sat, 25 Jun 2011)
Log Message
Unreviewed build correction after r89426.
See http://trac.webkit.org/changeset/89426. The new WebKit2
header file (WKImageCairo.h) is needed.
* win/WebKit2Generated.make: Make sure to copy the WKImageCairo.h
header file to the WebKit2 API directory after building.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (89754 => 89755)
--- trunk/Source/WebKit2/ChangeLog 2011-06-25 23:01:33 UTC (rev 89754)
+++ trunk/Source/WebKit2/ChangeLog 2011-06-25 23:10:49 UTC (rev 89755)
@@ -1,3 +1,12 @@
+2011-06-24 Brent Fulgham <[email protected]>
+
+ Unreviewed build correction after r89426.
+ See http://trac.webkit.org/changeset/89426. The new WebKit2
+ header file (WKImageCairo.h) is needed.
+
+ * win/WebKit2Generated.make: Make sure to copy the WKImageCairo.h
+ header file to the WebKit2 API directory after building.
+
2011-06-24 Anders Carlsson <[email protected]>
Reviewed by John Sullivan.
Modified: trunk/Source/WebKit2/win/WebKit2Generated.make (89754 => 89755)
--- trunk/Source/WebKit2/win/WebKit2Generated.make 2011-06-25 23:01:33 UTC (rev 89754)
+++ trunk/Source/WebKit2/win/WebKit2Generated.make 2011-06-25 23:10:49 UTC (rev 89755)
@@ -1,6 +1,7 @@
all:
touch "%ConfigurationBuildDir%\buildfailed"
-mkdir 2>NUL "%ConfigurationBuildDir%\include\WebKit2"
+ xcopy /y /d "..\Shared\API\c\cairo\WKImageCairo.h" "%ConfigurationBuildDir%\include\WebKit2"
xcopy /y /d "..\Shared\API\c\cf\WKErrorCF.h" "%ConfigurationBuildDir%\include\WebKit2"
xcopy /y /d "..\Shared\API\c\cf\WKStringCF.h" "%ConfigurationBuildDir%\include\WebKit2"
xcopy /y /d "..\Shared\API\c\cf\WKURLCF.h" "%ConfigurationBuildDir%\include\WebKit2"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes