Changeset 31005 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Mar 12, 2008, 1:57:13 PM (17 years ago)
Author:
[email protected]
Message:

Build fix.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r30994 r31005  
     12008-03-12  Steve Falkenburg  <[email protected]>
     2
     3        Build fix.
     4
     5        * JavaScriptCore.vcproj/WTF/WTF.vcproj:
     6
    172008-03-12  Alp Toker  <[email protected]>
    28
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj

    r30920 r31005  
    2525                        <Tool
    2626                                Name="VCPreBuildEventTool"
    27                                 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#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;"
     27                                CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;"
    2828                        />
    2929                        <Tool
     
    8787                        <Tool
    8888                                Name="VCPreBuildEventTool"
    89                                 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#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;"
     89                                CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;"
    9090                        />
    9191                        <Tool
     
    148148                        <Tool
    149149                                Name="VCPreBuildEventTool"
    150                                 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#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;"
     150                                CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;"
    151151                        />
    152152                        <Tool
Note: See TracChangeset for help on using the changeset viewer.