Title: [222747] trunk/Source/WebKitLegacy
Revision
222747
Author
[email protected]
Date
2017-10-02 14:46:09 -0700 (Mon, 02 Oct 2017)

Log Message

[Win] Link error: cannot open file 'WebKitGUID.lib'
https://bugs.webkit.org/show_bug.cgi?id=177759

Reviewed by Alex Christensen.

For backward compatibility reasons, this library should not be renamed from
WebKitGUID.lib to WebKitLegacyGUID.lib.

* PlatformWin.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/ChangeLog (222746 => 222747)


--- trunk/Source/WebKitLegacy/ChangeLog	2017-10-02 21:44:05 UTC (rev 222746)
+++ trunk/Source/WebKitLegacy/ChangeLog	2017-10-02 21:46:09 UTC (rev 222747)
@@ -1,3 +1,15 @@
+2017-10-02  Per Arne Vollan  <[email protected]>
+
+        [Win] Link error: cannot open file 'WebKitGUID.lib'
+        https://bugs.webkit.org/show_bug.cgi?id=177759
+
+        Reviewed by Alex Christensen.
+
+        For backward compatibility reasons, this library should not be renamed from
+        WebKitGUID.lib to WebKitLegacyGUID.lib.
+
+        * PlatformWin.cmake:
+
 2017-09-29  Chris Dumez  <[email protected]>
 
         http/tests/preconnect/link-rel-preconnect-https.html is flaky

Modified: trunk/Source/WebKitLegacy/PlatformWin.cmake (222746 => 222747)


--- trunk/Source/WebKitLegacy/PlatformWin.cmake	2017-10-02 21:44:05 UTC (rev 222746)
+++ trunk/Source/WebKitLegacy/PlatformWin.cmake	2017-10-02 21:46:09 UTC (rev 222747)
@@ -431,7 +431,7 @@
     "${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces/AccessibleText_i.c"
     "${DERIVED_SOURCES_WEBKITLEGACY_DIR}/Interfaces/AccessibleText2_i.c"
 )
-set_target_properties(WebKitLegacyGUID PROPERTIES OUTPUT_NAME WebKitLegacyGUID${DEBUG_SUFFIX})
+set_target_properties(WebKitLegacyGUID PROPERTIES OUTPUT_NAME WebKitGUID${DEBUG_SUFFIX})
 
 list(APPEND WebKitLegacy_LIBRARIES
     PRIVATE Comctl32
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to