Ignore:
Timestamp:
Sep 28, 2006, 7:07:24 PM (19 years ago)
Author:
sfalken
Message:

2006-09-28 Steve Falkenburg <[email protected]>

Reviewed by Maciej.


Use $(ConfigSuffix) set via vsprops files to add _debug
to end of debug filenames.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/dftables/dftables.vcproj

    r16600 r16632  
    2121                        IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)"
    2222                        ConfigurationType="1"
     23                        InheritedPropertySheets="..\debug.vsprops"
    2324                        CharacterSet="1"
    2425                        >
     
    6364                        <Tool
    6465                                Name="VCLinkerTool"
    65                                 OutputFile="$(OutDir)\$(ProjectName)_debug.exe"
     66                                OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe"
    6667                                LinkIncremental="2"
    6768                                GenerateDebugInformation="true"
     
    99100                        IntermediateDirectory="$(WebKitOutputDir)\obj\JavaScriptCore\$(ProjectName)\$(ConfigurationName)"
    100101                        ConfigurationType="1"
     102                        InheritedPropertySheets="..\release.vsprops"
    101103                        CharacterSet="1"
    102104                        WholeProgramOptimization="1"
     
    139141                        <Tool
    140142                                Name="VCLinkerTool"
     143                                OutputFile="$(OutDir)\$(ProjectName)$(ConfigSuffix).exe"
    141144                                LinkIncremental="1"
    142145                                GenerateDebugInformation="true"
Note: See TracChangeset for help on using the changeset viewer.