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

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 13:41:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e0958c8043290dcd0f0b7770e195929a97ff744e
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Sep 23 15:29:42 2010 +0000

    2010-09-23  Ismail Donmez  <ismail at namtrac.org>
    
            Reviewed by Andreas Kling.
    
            Fix jsc.exe build for Windows CE
    
            * jsc.pro: Add mmtimer.lib for Windows CE.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68142 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index b1b8f19..7272959 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,4 +1,12 @@
-2010-09-23  Ismail Dönmez  <ismail at namtrac.org>
+2010-09-23  Ismail Donmez  <ismail at namtrac.org>
+
+        Reviewed by Andreas Kling.
+
+        Fix jsc.exe build for Windows CE
+
+        * jsc.pro: Add mmtimer.lib for Windows CE.
+
+2010-09-23  Ismail Donmez  <ismail at namtrac.org>
 
         Unreviewed.
 
diff --git a/JavaScriptCore/jsc.pro b/JavaScriptCore/jsc.pro
index 6f3831e..670ca61 100644
--- a/JavaScriptCore/jsc.pro
+++ b/JavaScriptCore/jsc.pro
@@ -32,6 +32,10 @@ mac {
     LIBS_PRIVATE += -framework AppKit
 }
 
+wince* {
+    LIBS += mmtimer.lib
+}
+
 # Prevent warnings about difference in visibility on Mac OS X
 contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list