Title: [222404] tags/Safari-605.1.7.1
Revision
222404
Author
[email protected]
Date
2017-09-22 14:07:23 -0700 (Fri, 22 Sep 2017)

Log Message

Cherry-pick r222401. rdar://problem/34595468

Modified Paths

Diff

Modified: tags/Safari-605.1.7.1/ChangeLog (222403 => 222404)


--- tags/Safari-605.1.7.1/ChangeLog	2017-09-22 21:07:20 UTC (rev 222403)
+++ tags/Safari-605.1.7.1/ChangeLog	2017-09-22 21:07:23 UTC (rev 222404)
@@ -1,3 +1,18 @@
+2017-09-22  Jason Marcell  <[email protected]>
+
+        Cherry-pick r222401. rdar://problem/34595468
+
+    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-19  Carlos Alberto Lopez Perez  <[email protected]>
 
         [CMake] Add ENABLE_WEB_CRYPTO option and make ENABLE_SUBTLE_CRYPTO depend on it.

Modified: tags/Safari-605.1.7.1/Source/cmake/OptionsWin.cmake (222403 => 222404)


--- tags/Safari-605.1.7.1/Source/cmake/OptionsWin.cmake	2017-09-22 21:07:20 UTC (rev 222403)
+++ tags/Safari-605.1.7.1/Source/cmake/OptionsWin.cmake	2017-09-22 21:07:23 UTC (rev 222404)
@@ -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