[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:59:37 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 12b83328038463ce8f2262e822b0f1ce2fb9a0ef
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 01:28:16 2011 +0000

    2011-01-05  Jeff Miller  <jeffm at apple.com>
    
            Reviewed by Dan Bernstein.
    
            Copy WKImageCG.h to include\WebKit2 in build output
            https://bugs.webkit.org/show_bug.cgi?id=51944
    
            * win/WebKit2Generated.make:
            Add xcopy command to copy WKImageCG.h.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75122 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 23f5a7a..c82ee2a 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-05  Jeff Miller  <jeffm at apple.com>
+
+        Reviewed by Dan Bernstein.
+
+        Copy WKImageCG.h to include\WebKit2 in build output
+        https://bugs.webkit.org/show_bug.cgi?id=51944
+
+        * win/WebKit2Generated.make:
+        Add xcopy command to copy WKImageCG.h.
+
 2011-01-05  Brady Eidson  <beidson at apple.com>
 
         Reviewed by Sam Weinig.
diff --git a/WebKit2/win/WebKit2Generated.make b/WebKit2/win/WebKit2Generated.make
index d217ab9..d58e8df 100644
--- a/WebKit2/win/WebKit2Generated.make
+++ b/WebKit2/win/WebKit2Generated.make
@@ -5,6 +5,7 @@ all:
     xcopy /y /d "..\Shared\API\c\cf\WKURLCF.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\cf\WKURLRequestCF.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\cf\WKURLResponseCF.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
+    xcopy /y /d "..\Shared\API\c\cg\WKImageCG.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\win\WKBaseWin.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\win\WKCertificateInfoWin.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKArray.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list