[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

bweinstein at apple.com bweinstein at apple.com
Wed Dec 22 18:41:26 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 9b8b6f6205c423d66a217948c94f6e4e87c4a4dd
Author: bweinstein at apple.com <bweinstein at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 15 22:44:48 2010 +0000

    Windows Build Fix. A .h file was added to the vcproj twice, but not its corresponding cpp file.
    
    * win/WebKit2.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74141 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index ee22d95..92ef2f1 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-15  Brian Weinstein  <bweinstein at apple.com>
+
+        Windows Build Fix. A .h file was added to the vcproj twice, but not its corresponding cpp file.
+
+        * win/WebKit2.vcproj:
+
 2010-12-15  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit2/win/WebKit2.vcproj b/WebKit2/win/WebKit2.vcproj
index 9c174d6..ac7a182 100755
--- a/WebKit2/win/WebKit2.vcproj
+++ b/WebKit2/win/WebKit2.vcproj
@@ -571,7 +571,7 @@
 				>
 			</File>
 			<File
-				RelativePath="..\Shared\WebOpenPanelParameters.h"
+				RelativePath="..\Shared\WebOpenPanelParameters.cpp"
 				>
 			</File>
 			<File

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list