Title: [226758] trunk
Revision
226758
Author
[email protected]
Date
2018-01-10 20:57:51 -0800 (Wed, 10 Jan 2018)

Log Message

[Win] WebKitLegacy should be a dll, not a static library.
https://bugs.webkit.org/show_bug.cgi?id=181500

Reviewed by Alex Christensen.

Set WebKitLegacy library type to shared.

* Source/cmake/OptionsWin.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (226757 => 226758)


--- trunk/ChangeLog	2018-01-11 04:16:34 UTC (rev 226757)
+++ trunk/ChangeLog	2018-01-11 04:57:51 UTC (rev 226758)
@@ -1,3 +1,14 @@
+2018-01-10  Per Arne Vollan  <[email protected]>
+
+        [Win] WebKitLegacy should be a dll, not a static library.
+        https://bugs.webkit.org/show_bug.cgi?id=181500
+
+        Reviewed by Alex Christensen.
+
+        Set WebKitLegacy library type to shared.
+
+        * Source/cmake/OptionsWin.cmake:
+
 2018-01-09  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Update OptionsGTK.cmake and NEWS for 2.19.5 release.

Modified: trunk/Source/cmake/OptionsWin.cmake (226757 => 226758)


--- trunk/Source/cmake/OptionsWin.cmake	2018-01-11 04:16:34 UTC (rev 226757)
+++ trunk/Source/cmake/OptionsWin.cmake	2018-01-11 04:57:51 UTC (rev 226758)
@@ -141,5 +141,7 @@
 set(PORT Win)
 set(_javascript_Core_LIBRARY_TYPE SHARED)
 set(WTF_LIBRARY_TYPE SHARED)
+set(PAL_LIBRARY_TYPE STATIC)
+set(WebKitLegacy_LIBRARY_TYPE SHARED)
 
 find_package(ICU REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to