Title: [161506] trunk/Source/WebCore
Revision
161506
Author
[email protected]
Date
2014-01-08 08:17:37 -0800 (Wed, 08 Jan 2014)

Log Message

Unreviewed Windows build fix attempt after r161481.

* WebCore.vcxproj/copyForwardingHeaders.cmd:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (161505 => 161506)


--- trunk/Source/WebCore/ChangeLog	2014-01-08 16:17:04 UTC (rev 161505)
+++ trunk/Source/WebCore/ChangeLog	2014-01-08 16:17:37 UTC (rev 161506)
@@ -1,3 +1,9 @@
+2014-01-08  Eric Carlson  <[email protected]>
+
+        Unreviewed Windows build fix attempt after r161481.
+
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+
 2014-01-08  Andreas Kling  <[email protected]>
 
         Deploy RenderPtr in RenderMathMLOperator::updateFromElement().

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (161505 => 161506)


--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2014-01-08 16:17:04 UTC (rev 161505)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd	2014-01-08 16:17:37 UTC (rev 161506)
@@ -43,6 +43,7 @@
 xcopy /y /d "%ProjectDir%..\css\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\animation\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
+xcopy /y /d "%ProjectDir%..\platform\audio\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\cf\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\cf\win\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
 xcopy /y /d "%ProjectDir%..\platform\graphics\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to