Changeset 219495 in webkit


Ignore:
Timestamp:
Jul 13, 2017, 8:45:48 PM (7 years ago)
Author:
Konstantin Tokarev
Message:

Unreviewed, Windows ports should enable WebKitLegacy and disable
WebKit.

  • Source/cmake/OptionsWin.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r219494 r219495  
     12017-07-13  Konstantin Tokarev  <annulen@ynadex.ru>
     2
     3        Unreviewed, Windows ports should enable WebKitLegacy and disable
     4        WebKit.
     5
     6        * Source/cmake/OptionsWin.cmake:
     7
    182017-07-13  Matthew Hanson  <matthew_hanson@apple.com>
    29
  • trunk/Source/cmake/OptionsWin.cmake

    r219255 r219495  
    77add_definitions(-DNOMINMAX)
    88add_definitions(-DUNICODE -D_UNICODE)
     9
     10set(ENABLE_WEBKIT_LEGACY ON)
     11set(ENABLE_WEBKIT OFF)
    912
    1013WEBKIT_OPTION_BEGIN()
Note: See TracChangeset for help on using the changeset viewer.