Changeset 82544 in webkit


Ignore:
Timestamp:
Mar 30, 2011 10:02:14 PM (13 years ago)
Author:
bfulgham@webkit.org
Message:

Unreviewed build correction after r82496.

  • WebCore.vcproj/WebCore.vcproj: Add new PlatformContextCairo

files to WinCairo build. Exclude from standard Apple build.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r82541 r82544  
     12011-03-30  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Unreviewed build correction after r82496.
     4
     5        * WebCore.vcproj/WebCore.vcproj: Add new PlatformContextCairo
     6        files to WinCairo build.  Exclude from standard Apple build.
     7
    182011-03-30  Ryuan Choi  <ryuan.choi@samsung.com>
    29
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r82477 r82544  
    2871328713                                        </File>
    2871428714                                        <File
     28715                                                RelativePath="..\platform\graphics\cairo\PlatformContextCairo.cpp"
     28716                                                >
     28717                                                <FileConfiguration
     28718                                                        Name="Debug|Win32"
     28719                                                        ExcludedFromBuild="true"
     28720                                                        >
     28721                                                        <Tool
     28722                                                                Name="VCCLCompilerTool"
     28723                                                        />
     28724                                                </FileConfiguration>
     28725                                                <FileConfiguration
     28726                                                        Name="Release|Win32"
     28727                                                        ExcludedFromBuild="true"
     28728                                                        >
     28729                                                        <Tool
     28730                                                                Name="VCCLCompilerTool"
     28731                                                        />
     28732                                                </FileConfiguration>
     28733                                                <FileConfiguration
     28734                                                        Name="Debug_All|Win32"
     28735                                                        ExcludedFromBuild="true"
     28736                                                        >
     28737                                                        <Tool
     28738                                                                Name="VCCLCompilerTool"
     28739                                                        />
     28740                                                </FileConfiguration>
     28741                                                <FileConfiguration
     28742                                                        Name="Production|Win32"
     28743                                                        ExcludedFromBuild="true"
     28744                                                        >
     28745                                                        <Tool
     28746                                                                Name="VCCLCompilerTool"
     28747                                                        />
     28748                                                </FileConfiguration>
     28749                                        </File>
     28750                                        <File
     28751                                                RelativePath="..\platform\graphics\cairo\PlatformContextCairo.h"
     28752                                                >
     28753                                                <FileConfiguration
     28754                                                        Name="Debug|Win32"
     28755                                                        ExcludedFromBuild="true"
     28756                                                        >
     28757                                                        <Tool
     28758                                                                Name="VCCustomBuildTool"
     28759                                                        />
     28760                                                </FileConfiguration>
     28761                                                <FileConfiguration
     28762                                                        Name="Release|Win32"
     28763                                                        ExcludedFromBuild="true"
     28764                                                        >
     28765                                                        <Tool
     28766                                                                Name="VCCustomBuildTool"
     28767                                                        />
     28768                                                </FileConfiguration>
     28769                                                <FileConfiguration
     28770                                                        Name="Debug_All|Win32"
     28771                                                        ExcludedFromBuild="true"
     28772                                                        >
     28773                                                        <Tool
     28774                                                                Name="VCCustomBuildTool"
     28775                                                        />
     28776                                                </FileConfiguration>
     28777                                                <FileConfiguration
     28778                                                        Name="Production|Win32"
     28779                                                        ExcludedFromBuild="true"
     28780                                                        >
     28781                                                        <Tool
     28782                                                                Name="VCCustomBuildTool"
     28783                                                        />
     28784                                                </FileConfiguration>
     28785                                        </File>
     28786                                        <File
    2871528787                                                RelativePath="..\platform\graphics\cairo\RefPtrCairo.cpp"
    2871628788                                                >
Note: See TracChangeset for help on using the changeset viewer.