<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[180676] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/180676">180676</a></dd>
<dt>Author</dt> <dd>bfulgham@apple.com</dd>
<dt>Date</dt> <dd>2015-02-26 08:51:10 -0800 (Thu, 26 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Win] Make build logs more legible by reducing noise
https://bugs.webkit.org/show_bug.cgi?id=142034

Reviewed by Alexey Proskuryakov.

Modify batch files, makefiles, and DOS commands to remove
uninteresting/unhelpful output.

Source/JavaScriptCore:

* JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make:
* JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd:
* JavaScriptCore.vcxproj/copy-files.cmd:
* JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd:
* JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd:
* JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd:
* JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd:
* JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd:
* JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd:
* JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd:
* JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd:

Source/WebCore:

* WebCore.vcxproj/WebCoreGenerated.make:
* WebCore.vcxproj/WebCorePreBuild.cmd:
* WebCore.vcxproj/copyForwardingHeaders.cmd:
* WebCore.vcxproj/copyWebCoreResourceFiles.cmd:

Source/WebInspectorUI:

* WebInspectorUI.vcxproj/WebInspectorUI.make:

Source/WebKit:

* WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd:
* WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
* WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
* WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
* WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd:

Source/WTF:

* WTF.vcxproj/WTFGenerated.make:
* WTF.vcxproj/WTFPreBuild.cmd:
* WTF.vcxproj/copy-files.cmd:

WebKitLibraries:

* win/tools/vsprops/common.props:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCoreGeneratedmake">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorePreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojcopyfilescmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojjscjscLauncherPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojjscjscPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestRegExptestRegExpLauncherPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestRegExptestRegExpPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiLauncherPostBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiLauncherPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiPostBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiPreBuildcmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd</a></li>
<li><a href="#trunkSourceWTFChangeLog">trunk/Source/WTF/ChangeLog</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFGeneratedmake">trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojWTFPreBuildcmd">trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd</a></li>
<li><a href="#trunkSourceWTFWTFvcxprojcopyfilescmd">trunk/Source/WTF/WTF.vcxproj/copy-files.cmd</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCoreGeneratedmake">trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorePreBuildcmd">trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd">trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojcopyWebCoreResourceFilescmd">trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUImake">trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make</a></li>
<li><a href="#trunkSourceWebKitChangeLog">trunk/Source/WebKit/ChangeLog</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojInterfacesInterfacesPostBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojInterfacesInterfacesPreBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitPostBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitWebKitPreBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPreBuild.cmd</a></li>
<li><a href="#trunkSourceWebKitWebKitvcxprojWebKitGUIDWebKitGUIDPreBuildcmd">trunk/Source/WebKit/WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd</a></li>
<li><a href="#trunkWebKitLibrariesChangeLog">trunk/WebKitLibraries/ChangeLog</a></li>
<li><a href="#trunkWebKitLibrarieswintoolsvspropscommonprops">trunk/WebKitLibraries/win/tools/vsprops/common.props</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,25 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make:
+        * JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd:
+        * JavaScriptCore.vcxproj/copy-files.cmd:
+        * JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd:
+        * JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd:
+        * JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd:
+        * JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd:
+        * JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd:
+        * JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd:
+        * JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd:
+        * JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd:
+
</ins><span class="cx"> 2015-02-26  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Add calleeSaveRegisters() implementation for ARM Traditional
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCoreGeneratedmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCoreGenerated.make        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> all:
</span><del>-    touch &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;$(WEBKIT_LIBRARIES)&quot; &quot;%PlatformArchitecture%&quot;
-    copy-files.cmd
</del><ins>+    @touch &quot;%ConfigurationBuildDir%\buildfailed&quot;
+    @perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;$(WEBKIT_LIBRARIES)&quot; &quot;%PlatformArchitecture%&quot;
+    @copy-files.cmd
</ins><span class="cx"> 
</span><del>-    -del &quot;%ConfigurationBuildDir%\include\private\JavaScriptCore\stdbool.h&quot; &quot;%ConfigurationBuildDir%\include\private\JavaScriptCore\stdint.h&quot;
-    -del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</del><ins>+    -@del &quot;%ConfigurationBuildDir%\include\private\JavaScriptCore\stdbool.h&quot; &quot;%ConfigurationBuildDir%\include\private\JavaScriptCore\stdint.h&quot; &gt;nul 2&gt;nul
+    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</ins><span class="cx"> 
</span><span class="cx"> clean:
</span><del>-    -del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</del><ins>+    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</ins><span class="cx">     copy-files.cmd clean
</span><del>-    -del /s /q &quot;%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources&quot;
</del><ins>+    -@del /s /q &quot;%ConfigurationBuildDir%\obj%PlatformArchitecture%\JavaScriptCore\DerivedSources&quot;
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorePreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCorePreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojcopyfilescmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> if &quot;%1&quot; EQU &quot;rebuild&quot; call :clean
</span><span class="cx"> 
</span><span class="cx"> echo Copying public headers...
</span><del>-mkdir &quot;%PublicHeadersDirectory%&quot; 2&gt;NUL
</del><ins>+@mkdir &quot;%PublicHeadersDirectory%&quot; 2&gt;NUL
</ins><span class="cx"> for %%f in (
</span><span class="cx">     APICast.h
</span><span class="cx">     APIShims.h
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx">     OpaqueJSString.h
</span><span class="cx">     WebKitAvailability.h
</span><span class="cx"> ) do (
</span><del>-    xcopy /y /d ..\API\%%f &quot;%PublicHeadersDirectory%&quot; &gt;NUL
</del><ins>+    @xcopy /y /d ..\API\%%f &quot;%PublicHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying private headers...
</span><span class="lines">@@ -58,7 +58,7 @@
</span><span class="cx">     runtime
</span><span class="cx">     yarr
</span><span class="cx"> ) do (
</span><del>-    xcopy /y /d ..\%%d\*.h &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+    @xcopy /y /d ..\%%d\*.h &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying Inspector scripts as if they were private headers...
</span><span class="lines">@@ -66,42 +66,42 @@
</span><span class="cx">     inspector\scripts
</span><span class="cx">         inspector\scripts\codegen
</span><span class="cx"> ) do (
</span><del>-    xcopy /y /d ..\%%d\* &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+    @xcopy /y /d ..\%%d\* &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying Inspector generated files as if they were private headers...
</span><del>-xcopy /y &quot;%DerivedSourcesDirectory%\CombinedDomains.json&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorProtocolObjects.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorFrontendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendCommands.js&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+@xcopy /y &quot;%DerivedSourcesDirectory%\CombinedDomains.json&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+@xcopy /y &quot;%DerivedSourcesDirectory%\InspectorProtocolObjects.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+@xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+@xcopy /y &quot;%DerivedSourcesDirectory%\InspectorFrontendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+@xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendCommands.js&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> echo Copying Web Replay scripts as if they were private headers...
</span><span class="cx"> for %%d in (
</span><span class="cx">     replay\scripts
</span><span class="cx"> ) do (
</span><del>-    xcopy /y /d ..\%%d\* &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+    @xcopy /y /d ..\%%d\* &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying Web Replay generated headers as if they were private headers...
</span><del>-xcopy /y &quot;%DerivedSourcesDirectory%\JSReplayInputs.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+@xcopy /y &quot;%DerivedSourcesDirectory%\JSReplayInputs.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> echo Copying Web Replay specification files as if they were private headers...
</span><del>-xcopy /y /d ..\replay\*.json &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+@xcopy /y /d ..\replay\*.json &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> echo Copying builtins header as if it were a private header...
</span><del>-xcopy /y &quot;%DerivedSourcesDirectory%\JSCBuiltins.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\Bytecodes.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+@xcopy /y &quot;%DerivedSourcesDirectory%\JSCBuiltins.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+@xcopy /y &quot;%DerivedSourcesDirectory%\Bytecodes.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> echo Copying resources...
</span><del>-mkdir &quot;%ResourcesDirectory%&quot; 2&gt;NUL
-xcopy /y /d JavaScriptCore.resources\* &quot;%ResourcesDirectory%&quot; &gt;NUL
</del><ins>+@mkdir &quot;%ResourcesDirectory%&quot; 2&gt;NUL
+@xcopy /y /d JavaScriptCore.resources\* &quot;%ResourcesDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> goto :EOF
</span><span class="cx"> 
</span><span class="cx"> :clean
</span><span class="cx"> 
</span><span class="cx"> echo Deleting copied files...
</span><del>-if exist &quot;%PublicHeadersDirectory%&quot; rmdir /s /q &quot;%PublicHeadersDirectory%&quot; &gt;NUL
-if exist &quot;%PrivateHeadersDirectory%&quot; rmdir /s /q &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-if exist &quot;%ResourcesDirectory%&quot; rmdir /s /q &quot;%ResourcesDirectory%&quot; &gt;NUL
</del><ins>+@if exist &quot;%PublicHeadersDirectory%&quot; rmdir /s /q &quot;%PublicHeadersDirectory%&quot; &gt;NUL 2&gt;NUL
+@if exist &quot;%PrivateHeadersDirectory%&quot; rmdir /s /q &quot;%PrivateHeadersDirectory%&quot; &gt;NUL 2&gt;NUL
+@if exist &quot;%ResourcesDirectory%&quot; rmdir /s /q &quot;%ResourcesDirectory%&quot; &gt;NUL 2&gt;NUL
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojjscjscLauncherPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojjscjscPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/jsc/jscPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestRegExptestRegExpLauncherPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpLauncherPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestRegExptestRegExpPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiLauncherPostBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPostBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> 
</span><del>-xcopy /y /d &quot;%PROJECTDIR%\..\..\API\tests\testapi.js&quot; &quot;%OUTDIR%&quot;
</del><ins>+@xcopy /y /d &quot;%PROJECTDIR%\..\..\API\tests\testapi.js&quot; &quot;%OUTDIR%&quot; &gt;nul 2&gt;nul
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiLauncherPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiLauncherPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiPostBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPostBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,3 @@
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> 
</span><del>-xcopy /y /d &quot;%PROJECTDIR%\..\..\API\tests\testapi.js&quot; &quot;%OUTDIR%&quot;
</del><ins>+@xcopy /y /d &quot;%PROJECTDIR%\..\..\API\tests\testapi.js&quot; &quot;%OUTDIR%&quot; &gt;nul 2&gt;nul
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojtestapitestapiPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/testapi/testapiPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> if errorlevel 1 exit 1
</span><del>-echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del><ins>+@echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</ins></span></pre></div>
<a id="trunkSourceWTFChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WTF/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * WTF.vcxproj/WTFGenerated.make:
+        * WTF.vcxproj/WTFPreBuild.cmd:
+        * WTF.vcxproj/copy-files.cmd:
+
</ins><span class="cx"> 2015-02-26  Landry Breuil  &lt;landry@openbsd.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Revert bug 19975, now that gcc 4.7 is required.
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFGeneratedmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WTF/WTF.vcxproj/WTFGenerated.make        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,22 +1,23 @@
</span><span class="cx"> all: WTFHeaderDetection.h
</span><del>-    touch &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;$(WEBKIT_LIBRARIES)&quot; &quot;$(DEBUGSUFFIX)&quot; &quot;%PlatformArchitecture%&quot;
</del><ins>+    @touch &quot;%ConfigurationBuildDir%\buildfailed&quot;
+    @perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;$(WEBKIT_LIBRARIES)&quot; &quot;$(DEBUGSUFFIX)&quot; &quot;%PlatformArchitecture%&quot;
</ins><span class="cx"> !IF &quot;$(OFFICIAL_BUILD)&quot;!=&quot;1&quot;
</span><del>-    python2.7 work-around-vs-dependency-tracking-bugs.py
</del><ins>+    -@python2.7 work-around-vs-dependency-tracking-bugs.py
</ins><span class="cx"> !ENDIF
</span><del>-    copy-files.cmd
</del><ins>+    @copy-files.cmd
</ins><span class="cx"> 
</span><del>-    -del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</del><ins>+    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
</ins><span class="cx"> 
</span><span class="cx"> clean:
</span><del>-    -del &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    -del &quot;%ConfigurationBuildDir%\include\private\wtf\WTFHeaderDetection.h&quot;
-    copy-files.cmd clean
</del><ins>+    -@del &quot;%ConfigurationBuildDir%\buildfailed&quot;
+    -@del &quot;%ConfigurationBuildDir%\include\private\wtf\WTFHeaderDetection.h&quot;
+    @copy-files.cmd clean
</ins><span class="cx"> 
</span><span class="cx"> # Header detection
</span><span class="cx"> WTFHeaderDetection.h: WTFGenerated.make
</span><del>-    -mkdir &quot;%ConfigurationBuildDir%\include\private\wtf
-    &lt;&lt;testOSXLevel.cmd
</del><ins>+    -@mkdir &quot;%ConfigurationBuildDir%\include\private\wtf&quot;
+    -@&lt;&lt;testOSXLevel.cmd
+@echo off
</ins><span class="cx"> IF EXIST &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot; GOTO DONE
</span><span class="cx"> echo /* No Legible Output Support Found */  &gt; &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot;
</span><span class="cx"> IF EXIST &quot;$(WEBKIT_LIBRARIES)/include/AVFoundationCF/AVCFPlayerItemLegibleOutput.h&quot; (echo #define __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ 1090 &gt; &quot;%ConfigurationBuildDir%\include\private\wtf\$@&quot;)
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojWTFPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WTF/WTF.vcxproj/WTFPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceWTFWTFvcxprojcopyfilescmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WTF/WTF.vcxproj/copy-files.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WTF/WTF.vcxproj/copy-files.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WTF/WTF.vcxproj/copy-files.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -8,6 +8,7 @@
</span><span class="cx"> if &quot;%1&quot; EQU &quot;clean&quot; goto :clean
</span><span class="cx"> if &quot;%1&quot; EQU &quot;rebuild&quot; call :clean
</span><span class="cx"> 
</span><ins>+echo Copying WTF headers...
</ins><span class="cx"> for %%d in (
</span><span class="cx">     wtf
</span><span class="cx">     wtf\cf
</span><span class="lines">@@ -19,8 +20,8 @@
</span><span class="cx">     wtf\unicode\icu
</span><span class="cx">     wtf\win
</span><span class="cx"> ) do (
</span><del>-    mkdir &quot;%PrivateHeadersDirectory%\%%d&quot; 2&gt;NUL
-    xcopy /y /d ..\%%d\*.h &quot;%PrivateHeadersDirectory%\%%d&quot; &gt;NUL
</del><ins>+    mkdir &quot;%PrivateHeadersDirectory%\%%d&quot; &gt;NUL 2&gt;NUL
+    xcopy /y /d ..\%%d\*.h &quot;%PrivateHeadersDirectory%\%%d&quot; &gt;NUL 2&gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying other files...
</span><span class="lines">@@ -31,7 +32,7 @@
</span><span class="cx">     wtf\text\StringImpl.cpp
</span><span class="cx">     wtf\text\WTFString.cpp
</span><span class="cx"> ) do (
</span><del>-    echo F | xcopy /y /d ..\%%f &quot;%PrivateHeadersDirectory%\%%f&quot; &gt;NUL
</del><ins>+    echo F | xcopy /y /d ..\%%f &quot;%PrivateHeadersDirectory%\%%f&quot; &gt;NUL 2&gt;NUL
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> goto :EOF
</span><span class="lines">@@ -41,4 +42,3 @@
</span><span class="cx"> echo Deleting copied files...
</span><span class="cx"> if exist &quot;%PrivateHeadersDirectory%&quot; rmdir /s /q &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</span><span class="cx"> endlocal
</span><del>-
</del></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebCore/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * WebCore.vcxproj/WebCoreGenerated.make:
+        * WebCore.vcxproj/WebCorePreBuild.cmd:
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+        * WebCore.vcxproj/copyWebCoreResourceFiles.cmd:
+
</ins><span class="cx"> 2015-02-26  Michael Catanzaro  &lt;mcatanzaro@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [FreeType] REGRESSION(r180563): Introduced crashes
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCoreGeneratedmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCoreGenerated.make        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,12 +1,12 @@
</span><span class="cx"> make:
</span><del>-    if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XXWebCoreGeneratedXX/) { print } else { exit 1 }&quot; &quot;%ConfigurationBuildDir%\buildfailed&quot;
-    if errorlevel 1 exit 1
-    echo XXWebCoreGeneratedXX &gt; &quot;%ConfigurationBuildDir%\buildfailed&quot;
</del><ins>+    @if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XXWebCoreGeneratedXX/) { print } else { exit 1 }&quot; &quot;%ConfigurationBuildDir%\buildfailed&quot;
+    @if errorlevel 1 exit 1
+    @echo XXWebCoreGeneratedXX &gt; &quot;%ConfigurationBuildDir%\buildfailed&quot;
</ins><span class="cx"> 
</span><span class="cx">     perl build-generated-files.pl &quot;%ConfigurationBuildDir%&quot; &quot;%WebKit_Libraries%&quot; windows &quot;%PlatformArchitecture%&quot;
</span><span class="cx">     perl migrate-scripts.pl &quot;%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\scripts&quot;
</span><del>-    cmd /C copyForwardingHeaders.cmd cg cf
-    cmd /C copyWebCoreResourceFiles.cmd
</del><ins>+    @cmd /C copyForwardingHeaders.cmd cg cf
+    @cmd /C copyWebCoreResourceFiles.cmd
</ins><span class="cx">     
</span><span class="cx"> clean:
</span><span class="cx">     if exist &quot;%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources&quot; del /s /q &quot;%ConfigurationBuildDir%\obj%PlatformArchitecture%\WebCore\DerivedSources&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorePreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCorePreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,13 +1,15 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> if errorlevel 1 exit 1
</span><del>-echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
-set AngleHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private
-mkdir &quot;%AngleHeadersDirectory%&quot; 2&gt;NUL
-xcopy /y /d /s &quot;%ProjectDir%..\..\ThirdParty\ANGLE\include&quot; &quot;%AngleHeadersDirectory%&quot;
-xcopy /y /d &quot;%AngleHeadersDirectory%\KHR\khrplatform.h&quot; &quot;%AngleHeadersDirectory%&quot;
-xcopy /y /d &quot;%AngleHeadersDirectory%\EGL\eglplatform.h&quot; &quot;%AngleHeadersDirectory%&quot;
-xcopy /y /d /s &quot;%ProjectDir%..\platform\graphics\win\GL&quot; &quot;%AngleHeadersDirectory%&quot;
</del><ins>+@echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
+@set AngleHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private
+
+echo Copying ANGLE headers
+@mkdir &quot;%AngleHeadersDirectory%&quot; 2&gt;NUL
+@xcopy /y /d /s &quot;%ProjectDir%..\..\ThirdParty\ANGLE\include&quot; &quot;%AngleHeadersDirectory%&quot;
+@xcopy /y /d &quot;%AngleHeadersDirectory%\KHR\khrplatform.h&quot; &quot;%AngleHeadersDirectory%&quot;
+@xcopy /y /d &quot;%AngleHeadersDirectory%\EGL\eglplatform.h&quot; &quot;%AngleHeadersDirectory%&quot;
+@xcopy /y /d /s &quot;%ProjectDir%..\platform\graphics\win\GL&quot; &quot;%AngleHeadersDirectory%&quot;
</ins><span class="cx"> exit /b
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,116 +1,117 @@
</span><del>-rem %1 argument is used for graphics. It can be cg or cairo
-rem %2 argument is used for network. It can be cf or curl
</del><ins>+echo Copying Forwarding Headers...
+@rem %1 argument is used for graphics. It can be cg or cairo
+@rem %2 argument is used for network. It can be cf or curl
</ins><span class="cx"> 
</span><del>-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\private\WebCore&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot;
-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot;
</del><ins>+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\private\WebCore&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot;
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot;
</ins><span class="cx"> 
</span><del>-xcopy /y /d &quot;%ProjectDir%..\config.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\filesystem\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\gamepad\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\geolocation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\indexeddb\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\mediacontrols\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\mediasource\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\navigatorcontentutils\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\notifications\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\quota\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\webdatabase\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\Modules\websockets\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\accessibility\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\accessibility\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\inspector\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\appcache\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\archive\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\archive\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\cache\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\loader\icon\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\history\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\history\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\html\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\html\forms\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\html\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\html\shadow\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\html\track\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\css\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\audio\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\cf\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\%1\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\filters\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\transforms\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\ca\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\ca\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\gstreamer\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\win\%1\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\opentype\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\opengl\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\graphics\texmap\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\mock\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\text\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\text\icu\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\text\transcoder\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\network\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\network\%2\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\spi\cg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\sql\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\platform\cairo\cairo\src\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bindings\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bindings\generic\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bindings\js\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\page\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\page\scrolling\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\page\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\page\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bridge\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bridge\c\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\bridge\jsc\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\plugins\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\plugins\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\rendering\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\rendering\line\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\rendering\style\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\rendering\shapes\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\rendering\svg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\editing\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\dom\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\xml\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\xml\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\svg\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\svg\graphics\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\svg\properties\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\svg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\storage\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\style\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\workers\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\bindings\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\runtime\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\masm\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\profiler\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\heap\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\inspector\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot;
-xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\yarr\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot;
</del><ins>+@xcopy /y /d &quot;%ProjectDir%..\config.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\filesystem\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\gamepad\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\geolocation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\indexeddb\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\mediacontrols\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\mediasource\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\navigatorcontentutils\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\notifications\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\quota\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\webdatabase\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\Modules\websockets\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\accessibility\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\accessibility\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\inspector\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\appcache\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\archive\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\archive\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\cache\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\loader\icon\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\history\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\history\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\html\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\html\forms\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\html\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\html\shadow\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\html\track\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\css\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\audio\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\cf\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\cf\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\%1\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\filters\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\transforms\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\ca\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\ca\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\gstreamer\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\win\%1\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\opentype\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\opengl\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\graphics\texmap\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\mock\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\text\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\text\icu\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\text\transcoder\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\network\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\network\%2\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\spi\cg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\sql\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\platform\cairo\cairo\src\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bindings\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bindings\generic\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bindings\js\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\page\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\page\scrolling\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\page\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\page\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bridge\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bridge\c\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\bridge\jsc\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\plugins\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\plugins\win\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\rendering\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\rendering\line\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\rendering\style\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\rendering\shapes\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\rendering\svg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\editing\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\dom\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\xml\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;null
+@xcopy /y /d &quot;%ProjectDir%..\xml\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\svg\animation\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\svg\graphics\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\svg\properties\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\svg\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\storage\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\style\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\workers\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\bindings\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\bindings&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\parser\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\parser&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\runtime\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\runtime&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\masm\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\profiler\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\heap\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap&quot; &gt;nul 2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\inspector\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\inspector&quot; &gt;nul  2&gt;nul
+@xcopy /y /d &quot;%ProjectDir%..\ForwardingHeaders\yarr\*.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr&quot; &gt;nul 2&gt;nul
</ins><span class="cx"> 
</span><del>-xcopy /y /d &quot;%ProjectDir%..\testing\js\WebCoreTestSupport.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot;
</del><ins>+@xcopy /y /d &quot;%ProjectDir%..\testing\js\WebCoreTestSupport.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport&quot; &gt;nul 2&gt;nul
</ins><span class="cx"> 
</span><del>-set DerivedSourcesDirectory=%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources
-set PrivateHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private\WebCore
</del><ins>+@set DerivedSourcesDirectory=%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources
+@set PrivateHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private\WebCore
</ins><span class="cx"> 
</span><del>-if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del><ins>+@if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</ins></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojcopyWebCoreResourceFilescmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,5 +1,6 @@
</span><del>-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot;
-xcopy /y /d /s /exclude:xcopy.excludes &quot;%ProjectDir%..\English.lproj\Localizable.strings&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot;
-xcopy /y /d /s /exclude:xcopy.excludes &quot;%ProjectDir%..\English.lproj\mediaControlsLocalizedStrings.js&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot;
-xcopy /y /d /s &quot;%ProjectDir%..\Modules\mediacontrols\mediaControlsApple.css&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources&quot;
-xcopy /y /d /s &quot;%ProjectDir%..\Modules\mediacontrols\mediaControlsApple.js&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources&quot;
</del><ins>+echo Copying Resource Files...
+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot;
+@xcopy /y /d /s /exclude:xcopy.excludes &quot;%ProjectDir%..\English.lproj\Localizable.strings&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot; &gt;nul
+@xcopy /y /d /s /exclude:xcopy.excludes &quot;%ProjectDir%..\English.lproj\mediaControlsLocalizedStrings.js&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj&quot; &gt;nul
+@xcopy /y /d /s &quot;%ProjectDir%..\Modules\mediacontrols\mediaControlsApple.css&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources&quot; &gt;nul
+@xcopy /y /d /s &quot;%ProjectDir%..\Modules\mediacontrols\mediaControlsApple.js&quot; &quot;%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources&quot; &gt;nul
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * WebInspectorUI.vcxproj/WebInspectorUI.make:
+
</ins><span class="cx"> 2015-02-25  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Improve Regex/Error output in Object Tree and Previews
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUImake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.make        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> make:
</span><del>-        -mkdir &quot;%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI&quot;
-        perl build-webinspectorui.pl &quot;%ConfigurationBuildDir%&quot; &quot;%WebKit_Libraries%&quot; windows &quot;%PlatformArchitecture%&quot; &quot;%OFFICIAL_BUILD%&quot;
</del><ins>+        -@mkdir &quot;%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI&quot;
+        @perl build-webinspectorui.pl &quot;%ConfigurationBuildDir%&quot; &quot;%WebKit_Libraries%&quot; windows &quot;%PlatformArchitecture%&quot; &quot;%OFFICIAL_BUILD%&quot;
</ins><span class="cx">         if errorlevel 1 exit 1
</span><span class="cx"> 
</span><del>-        xcopy /y /e &quot;..\Localizations\en.lproj\*&quot; &quot;%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI&quot;
</del><ins>+        @xcopy /y /e &quot;..\Localizations\en.lproj\*&quot; &quot;%ConfigurationBuildDir%\bin%PlatformArchitecture%\WebKit.resources\WebInspectorUI&quot;
</ins><span class="cx">         if errorlevel 1 exit 1
</span><span class="cx"> 
</span><span class="cx">         if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd:
+        * WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd:
+        * WebKit.vcxproj/WebKit/WebKitPostBuild.cmd:
+        * WebKit.vcxproj/WebKit/WebKitPreBuild.cmd:
+        * WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd:
+
</ins><span class="cx"> 2015-02-25  Brent Fulgham  &lt;bfulgham@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [Win] Use WEBCORE_EXPORT instead of Definition file
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojInterfacesInterfacesPostBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPostBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe bash
</del><ins>+%SystemDrive%\cygwin\bin\which.exe bash &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojInterfacesInterfacesPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/WebKit.vcxproj/Interfaces/InterfacesPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> if errorlevel 1 exit 1
</span><span class="cx"> echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> 
</span><del>-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebKit\%PROJECTNAME%&quot;
</del><ins>+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebKit\%PROJECTNAME%&quot;
</ins><span class="cx"> perl &quot;%WEBKIT_LIBRARIES%\tools\scripts\auto-version.pl&quot; &quot;%INTDIR%&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitPostBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPostBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,22 +1,22 @@
</span><del>-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</del><ins>+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</ins><span class="cx"> 
</span><span class="cx"> set ResourcesDirectory=%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources
</span><span class="cx"> 
</span><del>-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebLocalizableStrings.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKitGraphics.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKitCOMAPI.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebPreferenceKeysPrivate.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\CFDictionaryPropertyBag.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</del><ins>+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebLocalizableStrings.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKitGraphics.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKitCOMAPI.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebPreferenceKeysPrivate.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\CFDictionaryPropertyBag.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</ins><span class="cx"> 
</span><del>-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npapi.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npfunctions.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime_internal.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
-xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\nptypes.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</del><ins>+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npapi.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npfunctions.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\npruntime_internal.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
+@xcopy /y /d &quot;%CONFIGURATIONBUILDDIR%\include\WebCore\nptypes.h&quot; &quot;%CONFIGURATIONBUILDDIR%\include\WebKit&quot;
</ins><span class="cx"> 
</span><span class="cx"> echo Copying resources...
</span><del>-mkdir &quot;%ResourcesDirectory%&quot; 2&gt;NUL
-xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKit.resources\Info.plist&quot; &quot;%ResourcesDirectory%&quot; &gt;NUL
</del><ins>+@mkdir &quot;%ResourcesDirectory%&quot; 2&gt;NUL
+@xcopy /y /d &quot;%PROJECTDIR%\..\..\win\WebKit.resources\Info.plist&quot; &quot;%ResourcesDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> perl &quot;%WEBKIT_LIBRARIES%\tools\scripts\version-stamp.pl&quot; &quot;%INTDIR%&quot; &quot;%TARGETPATH%&quot;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitWebKitPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKit/WebKitPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,11 +1,11 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> if errorlevel 1 exit 1
</span><del>-echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del><ins>+@echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</ins><span class="cx"> 
</span><del>-mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\JavaScriptCore&quot;
-xcopy /y /d &quot;%WEBKIT_LIBRARIES%\include\JavaScriptCore\*&quot; &quot;%CONFIGURATIONBUILDDIR%\include\JavaScriptCore&quot;
</del><ins>+@mkdir 2&gt;NUL &quot;%CONFIGURATIONBUILDDIR%\include\JavaScriptCore&quot;
+@xcopy /y /d &quot;%WEBKIT_LIBRARIES%\include\JavaScriptCore\*&quot; &quot;%CONFIGURATIONBUILDDIR%\include\JavaScriptCore&quot;
</ins><span class="cx"> 
</span><span class="cx"> perl &quot;%WEBKIT_LIBRARIES%\tools\scripts\auto-version.pl&quot; &quot;%INTDIR%&quot;
</span></span></pre></div>
<a id="trunkSourceWebKitWebKitvcxprojWebKitGUIDWebKitGUIDPreBuildcmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit/WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit/WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/Source/WebKit/WebKit.vcxproj/WebKitGUID/WebKitGUIDPreBuild.cmd        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><del>-%SystemDrive%\cygwin\bin\which.exe perl
</del><ins>+%SystemDrive%\cygwin\bin\which.exe perl &gt;nul 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> cmd /c
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; perl -wnle &quot;if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }&quot; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span><span class="cx"> if errorlevel 1 exit 1
</span><del>-echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</del><ins>+@echo XX%PROJECTNAME%XX &gt; &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</ins></span></pre></div>
<a id="trunkWebKitLibrariesChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/ChangeLog (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/ChangeLog        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/WebKitLibraries/ChangeLog        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2015-02-26  Brent Fulgham  &lt;bfulgham@apple.com&gt;
+
+        [Win] Make build logs more legible by reducing noise
+        https://bugs.webkit.org/show_bug.cgi?id=142034
+
+        Reviewed by Alexey Proskuryakov.
+
+        Modify batch files, makefiles, and DOS commands to remove
+        uninteresting/unhelpful output.
+
+        * win/tools/vsprops/common.props:
+
</ins><span class="cx"> 2015-02-25  peavo@outlook.com  &lt;peavo@outlook.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [WinCairo] WinLauncher is not starting on Vista.
</span></span></pre></div>
<a id="trunkWebKitLibrarieswintoolsvspropscommonprops"></a>
<div class="modfile"><h4>Modified: trunk/WebKitLibraries/win/tools/vsprops/common.props (180675 => 180676)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/WebKitLibraries/win/tools/vsprops/common.props        2015-02-26 16:24:41 UTC (rev 180675)
+++ trunk/WebKitLibraries/win/tools/vsprops/common.props        2015-02-26 16:51:10 UTC (rev 180676)
</span><span class="lines">@@ -10,14 +10,14 @@
</span><span class="cx">     &lt;OutDir&gt;$(ConfigurationBuildDir)\bin$(PlatformArchitecture)\&lt;/OutDir&gt;
</span><span class="cx">     &lt;IntDir&gt;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\&lt;/IntDir&gt;
</span><span class="cx">     &lt;LinkIncremental&gt;false&lt;/LinkIncremental&gt;
</span><del>-    &lt;NMakeBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</del><ins>+    &lt;NMakeBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
</span><span class="cx"> set PLATFORMARCHITECTURE=$(PlatformArchitecture)
</span><span class="cx"> set WEBKIT_LIBRARIES=$(WEBKIT_LIBRARIES)
</span><span class="cx"> set OFFICIAL_BUILD=$(OFFICIAL_BUILD)
</span><span class="cx"> nmake /nologo -f $(ProjectName).make&lt;/NMakeBuildCommandLine&gt;
</span><del>-    &lt;NMakeReBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</del><ins>+    &lt;NMakeReBuildCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> set CONFIGURATIONBUILDDIR=$(ConfigurationBuildDir)
</span><span class="cx"> set PLATFORMARCHITECTURE=$(PlatformArchitecture)
</span><span class="lines">@@ -25,7 +25,7 @@
</span><span class="cx"> set OFFICIAL_BUILD=$(OFFICIAL_BUILD)
</span><span class="cx"> nmake /nologo -f $(ProjectName).make clean
</span><span class="cx"> nmake /nologo -f $(ProjectName).make&lt;/NMakeReBuildCommandLine&gt;
</span><del>-    &lt;NMakeCleanCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash
</del><ins>+    &lt;NMakeCleanCommandLine&gt;%SystemDrive%\cygwin\bin\which.exe bash 2&gt;nul
</ins><span class="cx"> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
</span><span class="cx"> 
</span><span class="cx"> set PATH=$(VSInstallDir)\VC\bin;%PATH%
</span></span></pre>
</div>
</div>

</body>
</html>