Title: [170939] trunk/Source/WTF
Revision
170939
Author
bfulg...@apple.com
Date
2014-07-09 17:22:35 -0700 (Wed, 09 Jul 2014)

Log Message

[Win] Unreviewed build fix after r170930.

* WTF.vcxproj/copy-files.cmd: Include cf files in
post-build copy operation.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (170938 => 170939)


--- trunk/Source/WTF/ChangeLog	2014-07-10 00:18:17 UTC (rev 170938)
+++ trunk/Source/WTF/ChangeLog	2014-07-10 00:22:35 UTC (rev 170939)
@@ -1,5 +1,12 @@
 2014-07-09  Brent Fulgham  <bfulg...@apple.com>
 
+        [Win] Unreviewed build fix after r170930.
+
+        * WTF.vcxproj/copy-files.cmd: Include cf files in
+        post-build copy operation.
+
+2014-07-09  Brent Fulgham  <bfulg...@apple.com>
+
         [Win] Remove uses of 'bash' in build system
         https://bugs.webkit.org/show_bug.cgi?id=134782
         <rdar://problem/17615533>

Modified: trunk/Source/WTF/WTF.vcxproj/copy-files.cmd (170938 => 170939)


--- trunk/Source/WTF/WTF.vcxproj/copy-files.cmd	2014-07-10 00:18:17 UTC (rev 170938)
+++ trunk/Source/WTF/WTF.vcxproj/copy-files.cmd	2014-07-10 00:22:35 UTC (rev 170939)
@@ -10,6 +10,7 @@
 
 for %%d in (
     wtf
+    wtf\cf
     wtf\dtoa
     wtf\gobject
     wtf\text
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to