* PlatformWin.cmake:
Use the post build command for the post build event.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@195684
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2016-01-27 Alex Christensen <achristensen@webkit.org>
+ [Win] Clean build fix after r195680.
+
+ * PlatformWin.cmake:
+ Use the post build command for the post build event.
+
+2016-01-27 Alex Christensen <achristensen@webkit.org>
+
Fix Win EWS after r195545.
https://bugs.webkit.org/show_bug.cgi?id=153434
set(WebKitGUID_POST_BUILD_COMMAND "${CMAKE_BINARY_DIR}/DerivedSources/WebKit/postBuild.cmd")
file(WRITE "${WebKitGUID_POST_BUILD_COMMAND}" "@xcopy /y /d /f \"${DERIVED_SOURCES_WEBKIT_DIR}/Interfaces/WebKit.h\" \"${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit\" >nul 2>nul")
-add_custom_command(TARGET WebKitGUID POST_BUILD COMMAND ${WebKitGUID_PRE_BUILD_COMMAND} VERBATIM)
+add_custom_command(TARGET WebKitGUID POST_BUILD COMMAND ${WebKitGUID_POST_BUILD_COMMAND} VERBATIM)