Changeset 190636 in webkit


Ignore:
Timestamp:
Oct 6, 2015 1:08:57 PM (9 years ago)
Author:
Brent Fulgham
Message:

[Win] Unreviewed build correction.

  • TestWebKitAPI/PlatformWin.cmake: We don't need to link to all of these libraries. Most

are soft-linked at runtime.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r190630 r190636  
     12015-10-06  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [Win] Unreviewed build correction.
     4
     5        * TestWebKitAPI/PlatformWin.cmake: We don't need to link to all of these libraries. Most
     6        are soft-linked at runtime.
     7
    182015-10-06  Keith Miller  <keith_miller@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/PlatformWin.cmake

    r190428 r190636  
    6262    list(APPEND test_webcore_LIBRARIES
    6363        ASL${DEBUG_SUFFIX}
    64         AVFoundationCF${DEBUG_SUFFIX}
    6564        CFNetwork${DEBUG_SUFFIX}
    66         CoreAudioToolbox${DEBUG_SUFFIX}
    6765        CoreFoundation${DEBUG_SUFFIX}
    6866        CoreGraphics${DEBUG_SUFFIX}
    69         CoreMedia${DEBUG_SUFFIX}
    70         CoreText${DEBUG_SUFFIX}
    71         CoreVideo${DEBUG_SUFFIX}
    72         MediaAccessibility${DEBUG_SUFFIX}
    7367        QuartzCore${DEBUG_SUFFIX}
    7468        SQLite3${DEBUG_SUFFIX}
Note: See TracChangeset for help on using the changeset viewer.