Changeset 54603 in webkit


Ignore:
Timestamp:
Feb 10, 2010 8:50:50 AM (14 years ago)
Author:
Adam Roben
Message:

Fix bad paths in WebCore.vcproj

These were harmless in VS2005, but cause project conversion errors in
VS2010 RC.

Fixes <http://webkit.org/b/34801>.

Reviewed by Dan Bernstein.

  • WebCore.vcproj/WebCore.vcproj: Removed leading "." from paths to

JSHTMLFrameSetElement.{cpp,h}.

Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r54602 r54603  
     12010-02-10  Adam Roben  <aroben@apple.com>
     2
     3        Fix bad paths in WebCore.vcproj
     4
     5        These were harmless in VS2005, but cause project conversion errors in
     6        VS2010 RC.
     7
     8        Fixes <http://webkit.org/b/34801>.
     9
     10        Reviewed by Dan Bernstein.
     11
     12        * WebCore.vcproj/WebCore.vcproj: Removed leading "." from paths to
     13        JSHTMLFrameSetElement.{cpp,h}.
     14
    1152010-02-10  Julien Chaffraix  <jchaffraix@webkit.org>
    216
  • trunk/WebCore/WebCore.vcproj/WebCore.vcproj

    r54591 r54603  
    53745374                        </File>
    53755375                        <File
    5376                                 RelativePath=".$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\JSHTMLFrameSetElement.cpp"
    5377                                 >
    5378                                 <FileConfiguration
    5379                                         Name="Debug|Win32"
    5380                                         ExcludedFromBuild="true"
    5381                                         >
    5382                                         <Tool
    5383                                                 Name="VCCLCompilerTool"
    5384                                         />
    5385                                 </FileConfiguration>
    5386                                 <FileConfiguration
    5387                                         Name="Release|Win32"
    5388                                         ExcludedFromBuild="true"
    5389                                         >
    5390                                         <Tool
    5391                                                 Name="VCCLCompilerTool"
    5392                                         />
    5393                                 </FileConfiguration>
    5394                                 <FileConfiguration
    5395                                         Name="Debug_Internal|Win32"
    5396                                         ExcludedFromBuild="true"
    5397                                         >
    5398                                         <Tool
    5399                                                 Name="VCCLCompilerTool"
    5400                                         />
    5401                                 </FileConfiguration>
    5402                                 <FileConfiguration
    5403                                         Name="Debug_Cairo|Win32"
    5404                                         ExcludedFromBuild="true"
    5405                                         >
    5406                                         <Tool
    5407                                                 Name="VCCLCompilerTool"
    5408                                         />
    5409                                 </FileConfiguration>
    5410                                 <FileConfiguration
    5411                                         Name="Release_Cairo|Win32"
    5412                                         ExcludedFromBuild="true"
    5413                                         >
    5414                                         <Tool
    5415                                                 Name="VCCLCompilerTool"
    5416                                         />
    5417                                 </FileConfiguration>
    5418                                 <FileConfiguration
    5419                                         Name="Debug_All|Win32"
    5420                                         ExcludedFromBuild="true"
    5421                                         >
    5422                                         <Tool
    5423                                                 Name="VCCLCompilerTool"
    5424                                         />
    5425                                 </FileConfiguration>
    5426                         </File>
    5427                         <File
    5428                                 RelativePath=".$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\JSHTMLFrameSetElement.h"
     5376                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\JSHTMLFrameSetElement.cpp"
     5377                                >
     5378                                <FileConfiguration
     5379                                        Name="Debug|Win32"
     5380                                        ExcludedFromBuild="true"
     5381                                        >
     5382                                        <Tool
     5383                                                Name="VCCLCompilerTool"
     5384                                        />
     5385                                </FileConfiguration>
     5386                                <FileConfiguration
     5387                                        Name="Release|Win32"
     5388                                        ExcludedFromBuild="true"
     5389                                        >
     5390                                        <Tool
     5391                                                Name="VCCLCompilerTool"
     5392                                        />
     5393                                </FileConfiguration>
     5394                                <FileConfiguration
     5395                                        Name="Debug_Internal|Win32"
     5396                                        ExcludedFromBuild="true"
     5397                                        >
     5398                                        <Tool
     5399                                                Name="VCCLCompilerTool"
     5400                                        />
     5401                                </FileConfiguration>
     5402                                <FileConfiguration
     5403                                        Name="Debug_Cairo|Win32"
     5404                                        ExcludedFromBuild="true"
     5405                                        >
     5406                                        <Tool
     5407                                                Name="VCCLCompilerTool"
     5408                                        />
     5409                                </FileConfiguration>
     5410                                <FileConfiguration
     5411                                        Name="Release_Cairo|Win32"
     5412                                        ExcludedFromBuild="true"
     5413                                        >
     5414                                        <Tool
     5415                                                Name="VCCLCompilerTool"
     5416                                        />
     5417                                </FileConfiguration>
     5418                                <FileConfiguration
     5419                                        Name="Debug_All|Win32"
     5420                                        ExcludedFromBuild="true"
     5421                                        >
     5422                                        <Tool
     5423                                                Name="VCCLCompilerTool"
     5424                                        />
     5425                                </FileConfiguration>
     5426                        </File>
     5427                        <File
     5428                                RelativePath="$(WebKitOutputDir)\obj\$(ProjectName)\DerivedSources\JSHTMLFrameSetElement.h"
    54295429                                >
    54305430                        </File>
Note: See TracChangeset for help on using the changeset viewer.