Changeset 221956 in webkit


Ignore:
Timestamp:
Sep 12, 2017 7:30:39 PM (7 years ago)
Author:
pvollan@apple.com
Message:

[Win] Link errors when building WebKit from .proj files.
https://bugs.webkit.org/show_bug.cgi?id=176813

Reviewed by Brent Fulgham.

Add missing libraries to WebKit build.

  • PlatformWin.cmake:
Location:
trunk/Source/WebKitLegacy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKitLegacy/ChangeLog

    r221463 r221956  
     12017-09-12  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [Win] Link errors when building WebKit from .proj files.
     4        https://bugs.webkit.org/show_bug.cgi?id=176813
     5
     6        Reviewed by Brent Fulgham.
     7
     8        Add missing libraries to WebKit build.
     9
     10        * PlatformWin.cmake:
     11
    1122017-08-31  Don Olmstead  <don.olmstead@sony.com>
    213
  • trunk/Source/WebKitLegacy/PlatformWin.cmake

    r221463 r221956  
    2929        PRIVATE libicuin${DEBUG_SUFFIX}
    3030        PRIVATE libicuuc${DEBUG_SUFFIX}
     31        PRIVATE ${LIBXML2_LIBRARIES}
     32        PRIVATE ${LIBXSLT_LIBRARIES}
     33        PRIVATE ${SQLITE_LIBRARIES}
     34        PRIVATE ${ZLIB_LIBRARIES}
    3135    )
    3236endif ()
Note: See TracChangeset for help on using the changeset viewer.