Title: [195684] trunk/Source/WebKit
Revision
195684
Author
achristen...@apple.com
Date
2016-01-27 12:12:15 -0800 (Wed, 27 Jan 2016)

Log Message

[Win] Clean build fix after r195680.

* PlatformWin.cmake:
Use the post build command for the post build event.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (195683 => 195684)


--- trunk/Source/WebKit/ChangeLog	2016-01-27 20:10:55 UTC (rev 195683)
+++ trunk/Source/WebKit/ChangeLog	2016-01-27 20:12:15 UTC (rev 195684)
@@ -1,5 +1,12 @@
 2016-01-27  Alex Christensen  <achristen...@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  <achristen...@webkit.org>
+
         Fix Win EWS after r195545.
         https://bugs.webkit.org/show_bug.cgi?id=153434
 

Modified: trunk/Source/WebKit/PlatformWin.cmake (195683 => 195684)


--- trunk/Source/WebKit/PlatformWin.cmake	2016-01-27 20:10:55 UTC (rev 195683)
+++ trunk/Source/WebKit/PlatformWin.cmake	2016-01-27 20:12:15 UTC (rev 195684)
@@ -470,4 +470,4 @@
 
 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)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to