Title: [161585] trunk/Source/_javascript_Core
Revision
161585
Author
[email protected]
Date
2014-01-09 14:23:48 -0800 (Thu, 09 Jan 2014)

Log Message

Unreviewed Windows build fix for r161563.

Copy all scripts, some may not be .py.

* _javascript_Core.vcxproj/copy-files.cmd:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (161584 => 161585)


--- trunk/Source/_javascript_Core/ChangeLog	2014-01-09 22:14:29 UTC (rev 161584)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-01-09 22:23:48 UTC (rev 161585)
@@ -1,3 +1,11 @@
+2014-01-09  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed Windows build fix for r161563.
+
+        Copy all scripts, some may not be .py.
+
+        * _javascript_Core.vcxproj/copy-files.cmd:
+
 2014-01-09  Filip Pizlo  <[email protected]>
 
         AI for CreateArguments should pass through non-SpecEmpty input values

Modified: trunk/Source/_javascript_Core/_javascript_Core.vcxproj/copy-files.cmd (161584 => 161585)


--- trunk/Source/_javascript_Core/_javascript_Core.vcxproj/copy-files.cmd	2014-01-09 22:14:29 UTC (rev 161584)
+++ trunk/Source/_javascript_Core/_javascript_Core.vcxproj/copy-files.cmd	2014-01-09 22:23:48 UTC (rev 161585)
@@ -62,7 +62,7 @@
 for %%d in (
     inspector\scripts
 ) do (
-    xcopy /y /d ..\%%d\*.py "%PrivateHeadersDirectory%" >NUL
+    xcopy /y /d ..\%%d\* "%PrivateHeadersDirectory%" >NUL
 )
 
 echo Copying Inspector generated files as if they were private headers...
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to