Changeset 68905 in webkit


Ignore:
Timestamp:
Oct 1, 2010 11:31:14 AM (13 years ago)
Author:
Adam Roben
Message:

Copy forwarding headers and Inspector JS files as part of WebCoreGenerated.vcproj

WebCoreGenerated.vcproj runs on every build, while WebCore.vcproj only
runs when a .h or .cpp file changes. By moving the copying to
WebCoreGenerated, it will happen even when someone only changes a JS
file (as happened in r68887).

Fixes <http://webkit.org/b/46988> <rdar://problem/8502489> REGRESSION
(r68887): Web Inspector: inspector/extensions*.html are failing on
Windows

Reviewed by Anders Carlsson.

  • WebCore.vcproj/WebCore.vcproj: Moved invocation of

copyForwardingHeaders and copyInspectorFiles from here...

  • WebCore.vcproj/WebCoreGenerated.vcproj: ...to here.
Location:
trunk/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r68904 r68905  
     12010-10-01  Adam Roben  <aroben@apple.com>
     2
     3        Copy forwarding headers and Inspector JS files as part of
     4        WebCoreGenerated.vcproj
     5
     6        WebCoreGenerated.vcproj runs on every build, while WebCore.vcproj only
     7        runs when a .h or .cpp file changes. By moving the copying to
     8        WebCoreGenerated, it will happen even when someone only changes a JS
     9        file (as happened in r68887).
     10
     11        Fixes <http://webkit.org/b/46988> <rdar://problem/8502489> REGRESSION
     12        (r68887): Web Inspector: inspector/extensions*.html are failing on
     13        Windows
     14
     15        Reviewed by Anders Carlsson.
     16
     17        * WebCore.vcproj/WebCore.vcproj: Moved invocation of
     18        copyForwardingHeaders and copyInspectorFiles from here...
     19        * WebCore.vcproj/WebCoreGenerated.vcproj: ...to here.
     20
    1212010-09-30  Ryosuke Niwa  <rniwa@webkit.org>
    222
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r68878 r68905  
    6868                        <Tool
    6969                                Name="VCPostBuildEventTool"
    70                                 CommandLine="cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     70                                CommandLine=""
    7171                        />
    7272                </Configuration>
     
    124124                        <Tool
    125125                                Name="VCPostBuildEventTool"
    126                                 CommandLine="cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     126                                CommandLine=""
    127127                        />
    128128                </Configuration>
     
    179179                        <Tool
    180180                                Name="VCPostBuildEventTool"
    181                                 CommandLine="cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     181                                CommandLine=""
    182182                        />
    183183                </Configuration>
     
    234234                        <Tool
    235235                                Name="VCPostBuildEventTool"
    236                                 CommandLine="cmd /C copyForwardingHeaders.cmd cairo curl&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     236                                CommandLine=""
    237237                        />
    238238                </Configuration>
     
    290290                        <Tool
    291291                                Name="VCPostBuildEventTool"
    292                                 CommandLine="cmd /C copyForwardingHeaders.cmd cairo curl&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     292                                CommandLine=""
    293293                        />
    294294                </Configuration>
     
    345345                        <Tool
    346346                                Name="VCPostBuildEventTool"
    347                                 CommandLine="cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;"
     347                                CommandLine=""
    348348                        />
    349349                </Configuration>
     
    356356                        >
    357357                        <File
     358                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\ColorData.cpp"
     359                                >
     360                        </File>
     361                        <File
    358362                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\CSSGrammar.cpp"
    359363                                >
     
    424428                        </File>
    425429                        <File
     430                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\CSSPropertyNames.cpp"
     431                                >
     432                        </File>
     433                        <File
     434                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\CSSValueKeywords.cpp"
     435                                >
     436                        </File>
     437                        <File
    426438                                RelativePath="..\DerivedSources.cpp"
    427439                                >
     
    482494                        </File>
    483495                        <File
     496                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DocTypeStrings.cpp"
     497                                >
     498                        </File>
     499                        <File
     500                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\HashTools.h"
     501                                >
     502                        </File>
     503                        <File
    484504                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\HTMLElementFactory.cpp"
    485505                                >
     
    543563                        <File
    544564                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\HTMLNames.h"
    545                                 >
    546                         </File>
    547                         <File
    548                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\HashTools.h"
    549                                 >
    550                         </File>
    551                         <File
    552                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\DocTypeStrings.cpp"
    553                                 >
    554                         </File>
    555                         <File
    556                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\CSSValueKeywords.cpp"
    557                                 >
    558                         </File>
    559                         <File
    560                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\CSSPropertyNames.cpp"
    561                                 >
    562                         </File>
    563                         <File
    564                                 RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\ColorData.cpp"
    565565                                >
    566566                        </File>
     
    2741327413                                </File>
    2741427414                                <File
     27415                                        RelativePath="..\platform\network\ResourceRawHeaders.h"
     27416                                        >
     27417                                </File>
     27418                                <File
    2741527419                                        RelativePath="..\platform\network\ResourceRequestBase.cpp"
    2741627420                                        >
     
    2742627430                                <File
    2742727431                                        RelativePath="..\platform\network\ResourceResponseBase.h"
    27428                                         >
    27429                                 </File>
    27430                                 <File
    27431                                         RelativePath="..\platform\network\ResourceRawHeaders.h"
    2743227432                                        >
    2743327433                                </File>
     
    3312333123                                </File>
    3312433124                                <File
     33125                                        RelativePath="..\rendering\svg\RenderSVGText.cpp"
     33126                                        >
     33127                                        <FileConfiguration
     33128                                                Name="Debug|Win32"
     33129                                                ExcludedFromBuild="true"
     33130                                                >
     33131                                                <Tool
     33132                                                        Name="VCCLCompilerTool"
     33133                                                />
     33134                                        </FileConfiguration>
     33135                                        <FileConfiguration
     33136                                                Name="Release|Win32"
     33137                                                ExcludedFromBuild="true"
     33138                                                >
     33139                                                <Tool
     33140                                                        Name="VCCLCompilerTool"
     33141                                                />
     33142                                        </FileConfiguration>
     33143                                        <FileConfiguration
     33144                                                Name="Debug_Internal|Win32"
     33145                                                ExcludedFromBuild="true"
     33146                                                >
     33147                                                <Tool
     33148                                                        Name="VCCLCompilerTool"
     33149                                                />
     33150                                        </FileConfiguration>
     33151                                        <FileConfiguration
     33152                                                Name="Debug_Cairo|Win32"
     33153                                                ExcludedFromBuild="true"
     33154                                                >
     33155                                                <Tool
     33156                                                        Name="VCCLCompilerTool"
     33157                                                />
     33158                                        </FileConfiguration>
     33159                                        <FileConfiguration
     33160                                                Name="Release_Cairo|Win32"
     33161                                                ExcludedFromBuild="true"
     33162                                                >
     33163                                                <Tool
     33164                                                        Name="VCCLCompilerTool"
     33165                                                />
     33166                                        </FileConfiguration>
     33167                                        <FileConfiguration
     33168                                                Name="Debug_All|Win32"
     33169                                                ExcludedFromBuild="true"
     33170                                                >
     33171                                                <Tool
     33172                                                        Name="VCCLCompilerTool"
     33173                                                />
     33174                                        </FileConfiguration>
     33175                                </File>
     33176                                <File
     33177                                        RelativePath="..\rendering\svg\RenderSVGText.h"
     33178                                        >
     33179                                </File>
     33180                                <File
     33181                                        RelativePath="..\rendering\svg\RenderSVGTextPath.cpp"
     33182                                        >
     33183                                        <FileConfiguration
     33184                                                Name="Debug|Win32"
     33185                                                ExcludedFromBuild="true"
     33186                                                >
     33187                                                <Tool
     33188                                                        Name="VCCLCompilerTool"
     33189                                                />
     33190                                        </FileConfiguration>
     33191                                        <FileConfiguration
     33192                                                Name="Release|Win32"
     33193                                                ExcludedFromBuild="true"
     33194                                                >
     33195                                                <Tool
     33196                                                        Name="VCCLCompilerTool"
     33197                                                />
     33198                                        </FileConfiguration>
     33199                                        <FileConfiguration
     33200                                                Name="Debug_Internal|Win32"
     33201                                                ExcludedFromBuild="true"
     33202                                                >
     33203                                                <Tool
     33204                                                        Name="VCCLCompilerTool"
     33205                                                />
     33206                                        </FileConfiguration>
     33207                                        <FileConfiguration
     33208                                                Name="Debug_Cairo|Win32"
     33209                                                ExcludedFromBuild="true"
     33210                                                >
     33211                                                <Tool
     33212                                                        Name="VCCLCompilerTool"
     33213                                                />
     33214                                        </FileConfiguration>
     33215                                        <FileConfiguration
     33216                                                Name="Release_Cairo|Win32"
     33217                                                ExcludedFromBuild="true"
     33218                                                >
     33219                                                <Tool
     33220                                                        Name="VCCLCompilerTool"
     33221                                                />
     33222                                        </FileConfiguration>
     33223                                        <FileConfiguration
     33224                                                Name="Debug_All|Win32"
     33225                                                ExcludedFromBuild="true"
     33226                                                >
     33227                                                <Tool
     33228                                                        Name="VCCLCompilerTool"
     33229                                                />
     33230                                        </FileConfiguration>
     33231                                </File>
     33232                                <File
     33233                                        RelativePath="..\rendering\svg\RenderSVGTextPath.h"
     33234                                        >
     33235                                </File>
     33236                                <File
    3312533237                                        RelativePath="..\rendering\svg\RenderSVGTSpan.cpp"
    3312633238                                        >
     
    3317633288                                <File
    3317733289                                        RelativePath="..\rendering\svg\RenderSVGTSpan.h"
    33178                                         >
    33179                                 </File>
    33180                                 <File
    33181                                         RelativePath="..\rendering\svg\RenderSVGText.cpp"
    33182                                         >
    33183                                         <FileConfiguration
    33184                                                 Name="Debug|Win32"
    33185                                                 ExcludedFromBuild="true"
    33186                                                 >
    33187                                                 <Tool
    33188                                                         Name="VCCLCompilerTool"
    33189                                                 />
    33190                                         </FileConfiguration>
    33191                                         <FileConfiguration
    33192                                                 Name="Release|Win32"
    33193                                                 ExcludedFromBuild="true"
    33194                                                 >
    33195                                                 <Tool
    33196                                                         Name="VCCLCompilerTool"
    33197                                                 />
    33198                                         </FileConfiguration>
    33199                                         <FileConfiguration
    33200                                                 Name="Debug_Internal|Win32"
    33201                                                 ExcludedFromBuild="true"
    33202                                                 >
    33203                                                 <Tool
    33204                                                         Name="VCCLCompilerTool"
    33205                                                 />
    33206                                         </FileConfiguration>
    33207                                         <FileConfiguration
    33208                                                 Name="Debug_Cairo|Win32"
    33209                                                 ExcludedFromBuild="true"
    33210                                                 >
    33211                                                 <Tool
    33212                                                         Name="VCCLCompilerTool"
    33213                                                 />
    33214                                         </FileConfiguration>
    33215                                         <FileConfiguration
    33216                                                 Name="Release_Cairo|Win32"
    33217                                                 ExcludedFromBuild="true"
    33218                                                 >
    33219                                                 <Tool
    33220                                                         Name="VCCLCompilerTool"
    33221                                                 />
    33222                                         </FileConfiguration>
    33223                                         <FileConfiguration
    33224                                                 Name="Debug_All|Win32"
    33225                                                 ExcludedFromBuild="true"
    33226                                                 >
    33227                                                 <Tool
    33228                                                         Name="VCCLCompilerTool"
    33229                                                 />
    33230                                         </FileConfiguration>
    33231                                 </File>
    33232                                 <File
    33233                                         RelativePath="..\rendering\svg\RenderSVGText.h"
    33234                                         >
    33235                                 </File>
    33236                                 <File
    33237                                         RelativePath="..\rendering\svg\RenderSVGTextPath.cpp"
    33238                                         >
    33239                                         <FileConfiguration
    33240                                                 Name="Debug|Win32"
    33241                                                 ExcludedFromBuild="true"
    33242                                                 >
    33243                                                 <Tool
    33244                                                         Name="VCCLCompilerTool"
    33245                                                 />
    33246                                         </FileConfiguration>
    33247                                         <FileConfiguration
    33248                                                 Name="Release|Win32"
    33249                                                 ExcludedFromBuild="true"
    33250                                                 >
    33251                                                 <Tool
    33252                                                         Name="VCCLCompilerTool"
    33253                                                 />
    33254                                         </FileConfiguration>
    33255                                         <FileConfiguration
    33256                                                 Name="Debug_Internal|Win32"
    33257                                                 ExcludedFromBuild="true"
    33258                                                 >
    33259                                                 <Tool
    33260                                                         Name="VCCLCompilerTool"
    33261                                                 />
    33262                                         </FileConfiguration>
    33263                                         <FileConfiguration
    33264                                                 Name="Debug_Cairo|Win32"
    33265                                                 ExcludedFromBuild="true"
    33266                                                 >
    33267                                                 <Tool
    33268                                                         Name="VCCLCompilerTool"
    33269                                                 />
    33270                                         </FileConfiguration>
    33271                                         <FileConfiguration
    33272                                                 Name="Release_Cairo|Win32"
    33273                                                 ExcludedFromBuild="true"
    33274                                                 >
    33275                                                 <Tool
    33276                                                         Name="VCCLCompilerTool"
    33277                                                 />
    33278                                         </FileConfiguration>
    33279                                         <FileConfiguration
    33280                                                 Name="Debug_All|Win32"
    33281                                                 ExcludedFromBuild="true"
    33282                                                 >
    33283                                                 <Tool
    33284                                                         Name="VCCLCompilerTool"
    33285                                                 />
    33286                                         </FileConfiguration>
    33287                                 </File>
    33288                                 <File
    33289                                         RelativePath="..\rendering\svg\RenderSVGTextPath.h"
    3329033290                                        >
    3329133291                                </File>
     
    3782237822                        </File>
    3782337823                        <File
     37824                                RelativePath="..\html\DOMTokenList.cpp"
     37825                                >
     37826                        </File>
     37827                        <File
     37828                                RelativePath="..\html\DOMTokenList.h"
     37829                                >
     37830                        </File>
     37831                        <File
    3782437832                                RelativePath="..\html\EmailInputType.cpp"
    3782537833                                >
     
    3797437982                        </File>
    3797537983                        <File
     37984                                RelativePath="..\html\FormDataList.cpp"
     37985                                >
     37986                        </File>
     37987                        <File
    3797637988                                RelativePath="..\html\FormDataList.h"
    3797737989                                >
     
    3798237994                        </File>
    3798337995                        <File
    37984                                 RelativePath="..\html\DOMTokenList.cpp"
    37985                                 >
    37986                         </File>
    37987                         <File
    37988                                 RelativePath="..\html\DOMTokenList.h"
    37989                                 >
    37990                         </File>
    37991                         <File
    37992                                 RelativePath="..\html\FormDataList.cpp"
    37993                                 >
    37994                         </File>
    37995                         <File
    3799637996                                RelativePath="..\html\FTPDirectoryDocument.h"
    3799737997                                >
    3799837998                        </File>
    3799937999                        <File
     38000                                RelativePath="..\html\HiddenInputType.cpp"
     38001                                >
     38002                        </File>
     38003                        <File
     38004                                RelativePath="..\html\HiddenInputType.h"
     38005                                >
     38006                        </File>
     38007                        <File
    3800038008                                RelativePath="..\html\HTMLAllCollection.cpp"
    3800138009                                >
     
    4234342351                        <File
    4234442352                                RelativePath="..\html\HTMLViewSourceDocument.h"
    42345                                 >
    42346                         </File>
    42347                         <File
    42348                                 RelativePath="..\html\HiddenInputType.cpp"
    42349                                 >
    42350                         </File>
    42351                         <File
    42352                                 RelativePath="..\html\HiddenInputType.h"
    4235342353                                >
    4235442354                        </File>
     
    5299752997                                </File>
    5299852998                                <File
     52999                                        RelativePath="..\inspector\front-end\goToLineDialog.css"
     53000                                        >
     53001                                </File>
     53002                                <File
    5299953003                                        RelativePath="..\inspector\front-end\GoToLineDialog.js"
    5300053004                                        >
    5300153005                                </File>
    5300253006                                <File
    53003                                         RelativePath="..\inspector\front-end\goToLineDialog.css"
    53004                                         >
    53005                                 </File>
    53006                                 <File
    5300753007                                        RelativePath="..\inspector\front-end\HAREntry.js"
    5300853008                                        >
     
    5306153061                                </File>
    5306253062                                <File
     53063                                        RelativePath="..\inspector\front-end\networkPanel.css"
     53064                                        >
     53065                                </File>
     53066                                <File
    5306353067                                        RelativePath="..\inspector\front-end\NetworkPanel.js"
    53064                                         >
    53065                                 </File>
    53066                                 <File
    53067                                         RelativePath="..\inspector\front-end\networkPanel.css"
    5306853068                                        >
    5306953069                                </File>
  • trunk/WebCore/WebCore.vcproj/WebCoreGenerated.vcproj

    r54249 r68905  
    2323                        <Tool
    2424                                Name="VCNMakeTool"
    25                                 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    26                                 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     25                                BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     26                                ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; windows&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;cmd /C copyForwardingHeaders.cmd cg cf&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    2727                                CleanCommandLine="del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    2828                                Output=""
     
    4343                        <Tool
    4444                                Name="VCNMakeTool"
    45                                 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    46                                 ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     45                                BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;cmd /C copyForwardingHeaders.cmd cairo curl&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
     46                                ReBuildCommandLine="echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;bash build-generated-files.sh &quot;$(WebKitOutputDir)&quot; &quot;$(WebKitLibrariesDir)&quot; cairo&#x0D;&#x0A;bash migrate-scripts.sh &quot;$(WebKitOutputDir)/obj/WebCore/scripts&quot;&#x0D;&#x0A;cmd /C copyForwardingHeaders.cmd cairo curl&#x0D;&#x0A;cmd /C copyInspectorFiles.cmd&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    4747                                CleanCommandLine="del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\DerivedSources&quot;&#x0D;&#x0A;del /s /q &quot;$(WebKitOutputDir)\obj\WebCore\scripts&quot;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
    4848                                Output=""
Note: See TracChangeset for help on using the changeset viewer.