Changeset 63826 in webkit


Ignore:
Timestamp:
Jul 21, 2010 8:53:46 AM (14 years ago)
Author:
Adam Roben
Message:

Give MiniBrowser our standard set of configurations (minus the *_Cairo variants)

MiniBrowser already had a configuration called "Release", but it was
using mostly the same settings as Debug. And its Debug configuration
was using the settings that Debug_Internal should be using.

Fixes <http://webkit.org/b/42746> MiniBrowser's build configurations
are screwy

Reviewed by Darin Adler.

  • MiniBrowser/MiniBrowser.vcproj: Removed debug_internal.vsprops from

the Debug configuration. Remove debug.vsprops and
debug_internal.vsprops from the Release configuration and replace them
with release.vsprops. Added Debug_Internal and Debug_All
configurations.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r63824 r63826  
     12010-07-21  Adam Roben  <aroben@apple.com>
     2
     3        Give MiniBrowser our standard set of configurations (minus the *_Cairo
     4        variants)
     5
     6        MiniBrowser already had a configuration called "Release", but it was
     7        using mostly the same settings as Debug. And its Debug configuration
     8        was using the settings that Debug_Internal should be using.
     9
     10        Fixes <http://webkit.org/b/42746> MiniBrowser's build configurations
     11        are screwy
     12
     13        Reviewed by Darin Adler.
     14
     15        * MiniBrowser/MiniBrowser.vcproj: Removed debug_internal.vsprops from
     16        the Debug configuration. Remove debug.vsprops and
     17        debug_internal.vsprops from the Release configuration and replace them
     18        with release.vsprops. Added Debug_Internal and Debug_All
     19        configurations.
     20
    1212010-07-21  Adam Roben  <aroben@apple.com>
    222
  • trunk/WebKitTools/MiniBrowser/MiniBrowser.vcproj

    r63824 r63826  
    1919                        Name="Debug|Win32"
    2020                        ConfigurationType="1"
    21                         InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;.\Configurations\MiniBrowserCommon.vsprops"
     21                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;.\Configurations\MiniBrowserCommon.vsprops"
    2222                        UseOfATL="1"
    2323                        CharacterSet="1"
     
    8787                        Name="Release|Win32"
    8888                        ConfigurationType="1"
     89                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\release.vsprops;.\Configurations\MiniBrowserCommon.vsprops"
     90                        UseOfATL="1"
     91                        CharacterSet="1"
     92                        WholeProgramOptimization="1"
     93                        >
     94                        <Tool
     95                                Name="VCPreBuildEventTool"
     96                                CommandLine=""
     97                        />
     98                        <Tool
     99                                Name="VCCustomBuildTool"
     100                        />
     101                        <Tool
     102                                Name="VCXMLDataGeneratorTool"
     103                        />
     104                        <Tool
     105                                Name="VCWebServiceProxyGeneratorTool"
     106                        />
     107                        <Tool
     108                                Name="VCMIDLTool"
     109                        />
     110                        <Tool
     111                                Name="VCCLCompilerTool"
     112                                AdditionalIncludeDirectories=""
     113                        />
     114                        <Tool
     115                                Name="VCManagedResourceCompilerTool"
     116                        />
     117                        <Tool
     118                                Name="VCResourceCompilerTool"
     119                                AdditionalIncludeDirectories=""
     120                        />
     121                        <Tool
     122                                Name="VCPreLinkEventTool"
     123                        />
     124                        <Tool
     125                                Name="VCLinkerTool"
     126                        />
     127                        <Tool
     128                                Name="VCALinkTool"
     129                        />
     130                        <Tool
     131                                Name="VCManifestTool"
     132                        />
     133                        <Tool
     134                                Name="VCXDCMakeTool"
     135                        />
     136                        <Tool
     137                                Name="VCBscMakeTool"
     138                        />
     139                        <Tool
     140                                Name="VCFxCopTool"
     141                        />
     142                        <Tool
     143                                Name="VCAppVerifierTool"
     144                        />
     145                        <Tool
     146                                Name="VCWebDeploymentTool"
     147                        />
     148                        <Tool
     149                                Name="VCPostBuildEventTool"
     150                                CommandLine=""
     151                        />
     152                </Configuration>
     153                <Configuration
     154                        Name="Debug_Internal|Win32"
     155                        ConfigurationType="1"
    89156                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;.\Configurations\MiniBrowserCommon.vsprops"
    90157                        UseOfATL="1"
    91158                        CharacterSet="1"
    92                         WholeProgramOptimization="1"
    93159                        >
    94160                        <Tool
     
    130196                        <Tool
    131197                                Name="VCManifestTool"
     198                                TypeLibraryFile=""
     199                                ComponentFileName=""
     200                        />
     201                        <Tool
     202                                Name="VCXDCMakeTool"
     203                        />
     204                        <Tool
     205                                Name="VCBscMakeTool"
     206                        />
     207                        <Tool
     208                                Name="VCFxCopTool"
     209                        />
     210                        <Tool
     211                                Name="VCAppVerifierTool"
     212                        />
     213                        <Tool
     214                                Name="VCWebDeploymentTool"
     215                        />
     216                        <Tool
     217                                Name="VCPostBuildEventTool"
     218                                CommandLine=""
     219                        />
     220                </Configuration>
     221                <Configuration
     222                        Name="Debug_All|Win32"
     223                        ConfigurationType="1"
     224                        InheritedPropertySheets="$(WebKitLibrariesDir)\tools\vsprops\common.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_internal.vsprops;$(WebKitLibrariesDir)\tools\vsprops\debug_all.vsprops;.\Configurations\MiniBrowserCommon.vsprops"
     225                        UseOfATL="1"
     226                        CharacterSet="1"
     227                        >
     228                        <Tool
     229                                Name="VCPreBuildEventTool"
     230                                CommandLine=""
     231                        />
     232                        <Tool
     233                                Name="VCCustomBuildTool"
     234                        />
     235                        <Tool
     236                                Name="VCXMLDataGeneratorTool"
     237                        />
     238                        <Tool
     239                                Name="VCWebServiceProxyGeneratorTool"
     240                        />
     241                        <Tool
     242                                Name="VCMIDLTool"
     243                        />
     244                        <Tool
     245                                Name="VCCLCompilerTool"
     246                                AdditionalIncludeDirectories=""
     247                        />
     248                        <Tool
     249                                Name="VCManagedResourceCompilerTool"
     250                        />
     251                        <Tool
     252                                Name="VCResourceCompilerTool"
     253                                AdditionalIncludeDirectories=""
     254                        />
     255                        <Tool
     256                                Name="VCPreLinkEventTool"
     257                        />
     258                        <Tool
     259                                Name="VCLinkerTool"
     260                        />
     261                        <Tool
     262                                Name="VCALinkTool"
     263                        />
     264                        <Tool
     265                                Name="VCManifestTool"
     266                                TypeLibraryFile=""
     267                                ComponentFileName=""
    132268                        />
    133269                        <Tool
     
    195331                                        />
    196332                                </FileConfiguration>
     333                                <FileConfiguration
     334                                        Name="Debug_Internal|Win32"
     335                                        >
     336                                        <Tool
     337                                                Name="VCCLCompilerTool"
     338                                                UsePrecompiledHeader="1"
     339                                        />
     340                                </FileConfiguration>
     341                                <FileConfiguration
     342                                        Name="Debug_All|Win32"
     343                                        >
     344                                        <Tool
     345                                                Name="VCCLCompilerTool"
     346                                                UsePrecompiledHeader="1"
     347                                        />
     348                                </FileConfiguration>
    197349                        </File>
    198350                </Filter>
Note: See TracChangeset for help on using the changeset viewer.