Changeset 195684 in webkit


Ignore:
Timestamp:
Jan 27, 2016 12:12:15 PM (8 years ago)
Author:
achristensen@apple.com
Message:

[Win] Clean build fix after r195680.

  • PlatformWin.cmake:

Use the post build command for the post build event.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r195680 r195684  
     12016-01-27  Alex Christensen  <achristensen@webkit.org>
     2
     3        [Win] Clean build fix after r195680.
     4
     5        * PlatformWin.cmake:
     6        Use the post build command for the post build event.
     7
    182016-01-27  Alex Christensen  <achristensen@webkit.org>
    29
  • trunk/Source/WebKit/PlatformWin.cmake

    r195680 r195684  
    471471set(WebKitGUID_POST_BUILD_COMMAND "${CMAKE_BINARY_DIR}/DerivedSources/WebKit/postBuild.cmd")
    472472file(WRITE "${WebKitGUID_POST_BUILD_COMMAND}" "@xcopy /y /d /f \"${DERIVED_SOURCES_WEBKIT_DIR}/Interfaces/WebKit.h\" \"${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit\" >nul 2>nul")
    473 add_custom_command(TARGET WebKitGUID POST_BUILD COMMAND ${WebKitGUID_PRE_BUILD_COMMAND} VERBATIM)
     473add_custom_command(TARGET WebKitGUID POST_BUILD COMMAND ${WebKitGUID_POST_BUILD_COMMAND} VERBATIM)
Note: See TracChangeset for help on using the changeset viewer.