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

sfalken at apple.com sfalken at apple.com
Wed Dec 22 13:37:49 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d9d7ed9dea148c7974391604d9b01021f6de9d1b
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 00:27:24 2010 +0000

    Add DirectX SDK include path.
    
    Rubber stamped by Simon Fraser.
    
    * win/WebKit2DirectX.vsprops:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67997 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index f41d1cb..764c98a 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-21  Steve Falkenburg  <sfalken at apple.com>
+
+        Rubber stamped by Simon Fraser.
+
+        Add DirectX SDK include path.
+
+        * win/WebKit2DirectX.vsprops:
+
 2010-09-21  Anders Carlsson  <andersca at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/WebKit2/win/WebKit2DirectX.vsprops b/WebKit2/win/WebKit2DirectX.vsprops
index a39c505..44b5c7b 100644
--- a/WebKit2/win/WebKit2DirectX.vsprops
+++ b/WebKit2/win/WebKit2DirectX.vsprops
@@ -4,7 +4,11 @@
 	Version="8.00"
 	Name="WebKit2DirectX"
 	>
-	<Tool
+  <Tool
+		Name="VCCLCompilerTool"
+		AdditionalIncludeDirectories="&quot;$(DXSDK_DIR)\Include&quot;"
+	/>
+  <Tool
 		Name="VCLinkerTool"
 		AdditionalLibraryDirectories="$(DXSDK_DIR)\Lib\x86"
 	/>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list