Title: [223070] trunk/Source/WebKitLegacy
- Revision
- 223070
- Author
- [email protected]
- Date
- 2017-10-09 14:17:25 -0700 (Mon, 09 Oct 2017)
Log Message
[Win] Link error: cannot open input file 'WebKitLegacyGUID.lib'
https://bugs.webkit.org/show_bug.cgi?id=178087
Reviewed by Alexey Proskuryakov.
For compatibility reasons, the library still has the name WebKitGUID.lib.
* PlatformWin.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebKitLegacy/ChangeLog (223069 => 223070)
--- trunk/Source/WebKitLegacy/ChangeLog 2017-10-09 21:17:14 UTC (rev 223069)
+++ trunk/Source/WebKitLegacy/ChangeLog 2017-10-09 21:17:25 UTC (rev 223070)
@@ -1,3 +1,14 @@
+2017-10-09 Per Arne Vollan <[email protected]>
+
+ [Win] Link error: cannot open input file 'WebKitLegacyGUID.lib'
+ https://bugs.webkit.org/show_bug.cgi?id=178087
+
+ Reviewed by Alexey Proskuryakov.
+
+ For compatibility reasons, the library still has the name WebKitGUID.lib.
+
+ * PlatformWin.cmake:
+
2017-10-05 Darin Adler <[email protected]>
Remove additional WebKitSystemInterface remnants
Modified: trunk/Source/WebKitLegacy/PlatformWin.cmake (223069 => 223070)
--- trunk/Source/WebKitLegacy/PlatformWin.cmake 2017-10-09 21:17:14 UTC (rev 223069)
+++ trunk/Source/WebKitLegacy/PlatformWin.cmake 2017-10-09 21:17:25 UTC (rev 223070)
@@ -447,7 +447,7 @@
PRIVATE Usp10
PRIVATE Version
PRIVATE Winmm
- PRIVATE WebKitLegacyGUID${DEBUG_SUFFIX}
+ PRIVATE WebKitGUID${DEBUG_SUFFIX}
PRIVATE WebCoreDerivedSources${DEBUG_SUFFIX}
PRIVATE WindowsCodecs
)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes