Title: [222401] trunk
Revision
222401
Author
[email protected]
Date
2017-09-22 12:57:11 -0700 (Fri, 22 Sep 2017)

Log Message

[Win] WebKit is built as a static library, and not as a dll.
https://bugs.webkit.org/show_bug.cgi?id=177365

Reviewed by Brent Fulgham.

Set target type for WebKitLegacy target.

* Source/cmake/OptionsWin.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (222400 => 222401)


--- trunk/ChangeLog	2017-09-22 19:56:05 UTC (rev 222400)
+++ trunk/ChangeLog	2017-09-22 19:57:11 UTC (rev 222401)
@@ -1,3 +1,14 @@
+2017-09-22  Per Arne Vollan  <[email protected]>
+
+        [Win] WebKit is built as a static library, and not as a dll.
+        https://bugs.webkit.org/show_bug.cgi?id=177365
+
+        Reviewed by Brent Fulgham.
+
+        Set target type for WebKitLegacy target.
+
+        * Source/cmake/OptionsWin.cmake:
+
 2017-09-22  Matt Lewis  <[email protected]>
 
         Unreviewed, rolling out r222394.

Modified: trunk/Source/cmake/OptionsWin.cmake (222400 => 222401)


--- trunk/Source/cmake/OptionsWin.cmake	2017-09-22 19:56:05 UTC (rev 222400)
+++ trunk/Source/cmake/OptionsWin.cmake	2017-09-22 19:57:11 UTC (rev 222401)
@@ -131,5 +131,6 @@
 set(WTF_LIBRARY_TYPE SHARED)
 set(PAL_LIBRARY_TYPE STATIC)
 set(WebKit_LIBRARY_TYPE SHARED)
+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