Title: [161283] trunk/Source/WebCore
Revision
161283
Author
[email protected]
Date
2014-01-03 13:28:24 -0800 (Fri, 03 Jan 2014)

Log Message

Maybe fix Windows build.

* WebCore.vcxproj/copyForwardingHeaders.cmd:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161282 => 161283)


--- trunk/Source/WebCore/ChangeLog	2014-01-03 21:25:37 UTC (rev 161282)
+++ trunk/Source/WebCore/ChangeLog	2014-01-03 21:28:24 UTC (rev 161283)
@@ -1,3 +1,9 @@
+2014-01-03  Simon Fraser  <[email protected]>
+
+        Maybe fix Windows build.
+
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+
 2014-01-03  Jer Noble  <[email protected]>
 
         [MediaControls][iOS] Enable _javascript_ Media Controls on iOS.

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (161282 => 161283)


--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2014-01-03 21:25:37 UTC (rev 161282)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2014-01-03 21:28:24 UTC (rev 161283)
@@ -67,6 +67,7 @@
 xcopy /y /d "%ProjectDir%..\bindings\generic\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\bindings\js\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\page\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
+xcopy /y /d "%ProjectDir%..\page\scrolling\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\page\animation\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\page\win\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\bridge\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to