Changeset 84044 in webkit


Ignore:
Timestamp:
Apr 15, 2011 3:56:34 PM (13 years ago)
Author:
bfulgham@webkit.org
Message:

Unreviewed build change after r83945.

New 'PlatformPathCairo.cpp' was not added to the WinCairo build.

  • WebCore.vcproj/WebCore.vcproj: Add missing file to WinCairo build. Exclude for standard Apple build.
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r84042 r84044  
     12011-04-15  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Unreviewed build change after r83945.
     4
     5        New 'PlatformPathCairo.cpp' was not added to the WinCairo build.
     6
     7        * WebCore.vcproj/WebCore.vcproj: Add missing file to WinCairo
     8          build.  Exclude for standard Apple build.
     9
    1102011-04-15  Anders Carlsson  <andersca@apple.com>
    211
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r84039 r84044  
    2888928889                                        </File>
    2889028890                                        <File
     28891                                                RelativePath="..\platform\graphics\cairo\PlatformPathCairo.cpp"
     28892                                                >
     28893                                                <FileConfiguration
     28894                                                        Name="Debug|Win32"
     28895                                                        ExcludedFromBuild="true"
     28896                                                        >
     28897                                                        <Tool
     28898                                                                Name="VCCLCompilerTool"
     28899                                                        />
     28900                                                </FileConfiguration>
     28901                                                <FileConfiguration
     28902                                                        Name="Release|Win32"
     28903                                                        ExcludedFromBuild="true"
     28904                                                        >
     28905                                                        <Tool
     28906                                                                Name="VCCLCompilerTool"
     28907                                                        />
     28908                                                </FileConfiguration>
     28909                                                <FileConfiguration
     28910                                                        Name="Debug_All|Win32"
     28911                                                        ExcludedFromBuild="true"
     28912                                                        >
     28913                                                        <Tool
     28914                                                                Name="VCCLCompilerTool"
     28915                                                        />
     28916                                                </FileConfiguration>
     28917                                                <FileConfiguration
     28918                                                        Name="Production|Win32"
     28919                                                        ExcludedFromBuild="true"
     28920                                                        >
     28921                                                        <Tool
     28922                                                                Name="VCCLCompilerTool"
     28923                                                        />
     28924                                                </FileConfiguration>
     28925                                        </File>
     28926                                        <File
     28927                                                RelativePath="..\platform\graphics\cairo\PlatformPathCairo.h"
     28928                                                >
     28929                                                <FileConfiguration
     28930                                                        Name="Debug|Win32"
     28931                                                        ExcludedFromBuild="true"
     28932                                                        >
     28933                                                        <Tool
     28934                                                                Name="VCCustomBuildTool"
     28935                                                        />
     28936                                                </FileConfiguration>
     28937                                                <FileConfiguration
     28938                                                        Name="Release|Win32"
     28939                                                        ExcludedFromBuild="true"
     28940                                                        >
     28941                                                        <Tool
     28942                                                                Name="VCCustomBuildTool"
     28943                                                        />
     28944                                                </FileConfiguration>
     28945                                                <FileConfiguration
     28946                                                        Name="Debug_All|Win32"
     28947                                                        ExcludedFromBuild="true"
     28948                                                        >
     28949                                                        <Tool
     28950                                                                Name="VCCustomBuildTool"
     28951                                                        />
     28952                                                </FileConfiguration>
     28953                                                <FileConfiguration
     28954                                                        Name="Production|Win32"
     28955                                                        ExcludedFromBuild="true"
     28956                                                        >
     28957                                                        <Tool
     28958                                                                Name="VCCustomBuildTool"
     28959                                                        />
     28960                                                </FileConfiguration>
     28961                                        </File>
     28962                                        <File
    2889128963                                                RelativePath="..\platform\graphics\cairo\RefPtrCairo.cpp"
    2889228964                                                >
Note: See TracChangeset for help on using the changeset viewer.