[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

sfalken at apple.com sfalken at apple.com
Thu Apr 8 01:00:18 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 7d46e29d621d53bbbbf413bd05ffa8fb4fb8fdad
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 11 19:45:08 2010 +0000

    https://bugs.webkit.org/show_bug.cgi?id=33480
    
    Improve debugging reliability for WTF on Windows.
    Store WTF static library's PDB file into a better location.
    
    * JavaScriptCore.vcproj/WTF/WTF.vcproj:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53089 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index e1c0c7d..d4827cc 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,5 +1,14 @@
 2010-01-11  Steve Falkenburg  <sfalken at apple.com>
 
+        https://bugs.webkit.org/show_bug.cgi?id=33480
+        
+        Improve debugging reliability for WTF on Windows.
+        Store WTF static library's PDB file into a better location.
+
+        * JavaScriptCore.vcproj/WTF/WTF.vcproj:
+
+2010-01-11  Steve Falkenburg  <sfalken at apple.com>
+
         Windows build fix.
         Remove extraneous entries from def file causing build warning.
 
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj b/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
index 78f507a..a118ac7 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
+++ b/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
@@ -38,6 +38,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ProgramDataBaseFileName="$(OutDir)\$(TargetName).vc80.pdb"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -91,6 +92,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ProgramDataBaseFileName="$(OutDir)\$(TargetName).vc80.pdb"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -143,6 +145,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ProgramDataBaseFileName="$(OutDir)\$(TargetName).vc80.pdb"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"
@@ -195,6 +198,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
+				ProgramDataBaseFileName="$(OutDir)\$(TargetName).vc80.pdb"
 			/>
 			<Tool
 				Name="VCManagedResourceCompilerTool"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list