[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

aroben at apple.com aroben at apple.com
Thu Feb 4 21:37:01 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b5a6ff9f97812defe3b373c1dc2fa7aa7c1067c2
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Feb 2 20:54:28 2010 +0000

    Stop copying WebCore's IDL files from SRCROOT to OBJROOT
    
    WebKit doesn't use these anymore (as of r52921).
    
    Part of Bug 34496: Clean up WebCore's IDL/script copying
    <https://bugs.webkit.org/show_bug.cgi?id=34496>
    
    Reviewed by Steve Falkenburg.
    
    * WebKit.vcproj/WebKit.make:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54246 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index 4a5338d..eab3718 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,16 @@
+2010-02-02  Adam Roben  <aroben at apple.com>
+
+        Stop copying WebCore's IDL files from SRCROOT to OBJROOT
+
+        WebKit doesn't use these anymore (as of r52921).
+
+        Part of Bug 34496: Clean up WebCore's IDL/script copying
+        <https://bugs.webkit.org/show_bug.cgi?id=34496>
+
+        Reviewed by Steve Falkenburg.
+
+        * WebKit.vcproj/WebKit.make:
+
 2010-01-29  Gavin Barraclough  <barraclough at apple.com>
 
         Reviewed by Sam Weinig + Oliver Hunt.
diff --git a/WebKit/win/WebKit.vcproj/WebKit.make b/WebKit/win/WebKit.vcproj/WebKit.make
index 072d724..6c2ce85 100644
--- a/WebKit/win/WebKit.vcproj/WebKit.make
+++ b/WebKit/win/WebKit.vcproj/WebKit.make
@@ -8,7 +8,6 @@ install:
 	set WebKitLibrariesDir=$(SRCROOT)\AppleInternal
 	set WebKitOutputDir=$(OBJROOT)
 	set PRODUCTION=1
-	xcopy "$(SRCROOT)\AppleInternal\obj\WebKit\DOMInterfaces\*" "$(OBJROOT)\obj\WebKit\DOMInterfaces" /e/v/i/h/y
 	devenv "WebKit.submit.sln" /rebuild $(BUILDSTYLE)
 	-xcopy "$(OBJROOT)\bin\*.exe" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y
 	xcopy "$(OBJROOT)\bin\*.pdb" "$(DSTROOT)\AppleInternal\bin\" /e/v/i/h/y

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list