[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

sfalken at apple.com sfalken at apple.com
Sun Feb 20 23:52:15 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 37f81ddf5f548b7863e20b4a9c6cc882cc5e209e
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 26 04:39:25 2011 +0000

    Windows production build fix.
    Use correct configuration-specific path in makefile.
    
    * WebCore.vcproj/WebCore.make:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76665 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 3a07b49..03ced13 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-25  Steve Falkenburg  <sfalken at apple.com>
+
+        Windows production build fix.
+        Use correct configuration-specific path in makefile.
+
+        * WebCore.vcproj/WebCore.make:
+
 2011-01-25  Kent Tamura  <tkent at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/Source/WebCore/WebCore.vcproj/WebCore.make b/Source/WebCore/WebCore.vcproj/WebCore.make
index b168013..1be2edd 100644
--- a/Source/WebCore/WebCore.vcproj/WebCore.make
+++ b/Source/WebCore/WebCore.vcproj/WebCore.make
@@ -10,8 +10,8 @@ install:
 	set WebKitOutputDir=$(OBJROOT)
 	set ConfigurationBuildDir=$(OBJROOT)\$(BUILDSTYLE)
 	set WebKitVSPropsRedirectionDir=$(SRCROOT)\AppleInternal\tools\vsprops\OpenSource\1\2\3\ 
-	-mkdir 2>NUL "%WebKitOutputDir%\include\private\JavaScriptCore"
-	xcopy "%WebKitLibrariesDir%\include\private\JavaScriptCore\*" "%WebKitOutputDir%\include\private\JavaScriptCore" /e/v/i/h/y
+	-mkdir 2>NUL "%ConfigurationBuildDir%\include\private\JavaScriptCore"
+	xcopy "%WebKitLibrariesDir%\include\private\JavaScriptCore\*" "%ConfigurationBuildDir%\include\private\JavaScriptCore" /e/v/i/h/y
 	devenv "WebCore.submit.sln" /rebuild $(BUILDSTYLE)
 	xcopy "%ConfigurationBuildDir%\include\*" "$(DSTROOT)\AppleInternal\include\" /e/v/i/h/y	
 	xcopy "%ConfigurationBuildDir%\lib\*" "$(DSTROOT)\AppleInternal\lib\" /e/v/i/h/y	

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list