Title: [160158] trunk/Source/WebCore
Revision
160158
Author
[email protected]
Date
2013-12-04 20:35:49 -0800 (Wed, 04 Dec 2013)

Log Message

[Windows] Unreviewed build fix. Copy headers from rendering/line to build directory.

* WebCore.vcxproj/copyForwardingHeaders.cmd:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160157 => 160158)


--- trunk/Source/WebCore/ChangeLog	2013-12-05 03:57:12 UTC (rev 160157)
+++ trunk/Source/WebCore/ChangeLog	2013-12-05 04:35:49 UTC (rev 160158)
@@ -1,3 +1,9 @@
+2013-12-04  Roger Fong  <[email protected]>
+
+        [Windows] Unreviewed build fix. Copy headers from rendering/line to build directory.
+
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+
 2013-12-04  Ryosuke Niwa  <[email protected]>
 
         bgColor, setBgColor, alinkColor, setAlinkColor, and etc... on HTMLBodyElement are useless

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (160157 => 160158)


--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-12-05 03:57:12 UTC (rev 160157)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2013-12-05 04:35:49 UTC (rev 160158)
@@ -74,6 +74,7 @@
 xcopy /y /d "%ProjectDir%..\plugins\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\plugins\win\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\rendering\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
+xcopy /y /d "%ProjectDir%..\rendering\line\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\rendering\style\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\rendering\shapes\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\rendering\svg\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to