Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 10, 2008, 5:35:49 PM (16 years ago)
Author:
rgrieder
Message:

merged input back into trunk
note: I have created an asylum with obsolete code, please check the files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/visual_studio/vc8/util.vcproj

    r890 r1024  
    139139                        />
    140140                </Configuration>
    141                 <Configuration
    142                         Name="Release_SSE|Win32"
    143                         ConfigurationType="2"
    144                         InheritedPropertySheets="..\base_properties_release_sse.vsprops;..\util_properties.vsprops"
    145                         CharacterSet="1"
    146                         WholeProgramOptimization="1"
    147                         >
    148                         <Tool
    149                                 Name="VCPreBuildEventTool"
    150                         />
    151                         <Tool
    152                                 Name="VCCustomBuildTool"
    153                         />
    154                         <Tool
    155                                 Name="VCXMLDataGeneratorTool"
    156                         />
    157                         <Tool
    158                                 Name="VCWebServiceProxyGeneratorTool"
    159                         />
    160                         <Tool
    161                                 Name="VCMIDLTool"
    162                         />
    163                         <Tool
    164                                 Name="VCCLCompilerTool"
    165                         />
    166                         <Tool
    167                                 Name="VCManagedResourceCompilerTool"
    168                         />
    169                         <Tool
    170                                 Name="VCResourceCompilerTool"
    171                         />
    172                         <Tool
    173                                 Name="VCPreLinkEventTool"
    174                         />
    175                         <Tool
    176                                 Name="VCLinkerTool"
    177                         />
    178                         <Tool
    179                                 Name="VCALinkTool"
    180                         />
    181                         <Tool
    182                                 Name="VCManifestTool"
    183                         />
    184                         <Tool
    185                                 Name="VCXDCMakeTool"
    186                         />
    187                         <Tool
    188                                 Name="VCBscMakeTool"
    189                         />
    190                         <Tool
    191                                 Name="VCFxCopTool"
    192                         />
    193                         <Tool
    194                                 Name="VCAppVerifierTool"
    195                         />
    196                         <Tool
    197                                 Name="VCWebDeploymentTool"
    198                         />
    199                         <Tool
    200                                 Name="VCPostBuildEventTool"
    201                         />
    202                 </Configuration>
    203                 <Configuration
    204                         Name="Release_SSE2|Win32"
    205                         ConfigurationType="2"
    206                         InheritedPropertySheets="..\base_properties_release_sse2.vsprops;..\util_properties.vsprops"
    207                         CharacterSet="1"
    208                         WholeProgramOptimization="1"
    209                         >
    210                         <Tool
    211                                 Name="VCPreBuildEventTool"
    212                         />
    213                         <Tool
    214                                 Name="VCCustomBuildTool"
    215                         />
    216                         <Tool
    217                                 Name="VCXMLDataGeneratorTool"
    218                         />
    219                         <Tool
    220                                 Name="VCWebServiceProxyGeneratorTool"
    221                         />
    222                         <Tool
    223                                 Name="VCMIDLTool"
    224                         />
    225                         <Tool
    226                                 Name="VCCLCompilerTool"
    227                         />
    228                         <Tool
    229                                 Name="VCManagedResourceCompilerTool"
    230                         />
    231                         <Tool
    232                                 Name="VCResourceCompilerTool"
    233                         />
    234                         <Tool
    235                                 Name="VCPreLinkEventTool"
    236                         />
    237                         <Tool
    238                                 Name="VCLinkerTool"
    239                         />
    240                         <Tool
    241                                 Name="VCALinkTool"
    242                         />
    243                         <Tool
    244                                 Name="VCManifestTool"
    245                         />
    246                         <Tool
    247                                 Name="VCXDCMakeTool"
    248                         />
    249                         <Tool
    250                                 Name="VCBscMakeTool"
    251                         />
    252                         <Tool
    253                                 Name="VCFxCopTool"
    254                         />
    255                         <Tool
    256                                 Name="VCAppVerifierTool"
    257                         />
    258                         <Tool
    259                                 Name="VCWebDeploymentTool"
    260                         />
    261                         <Tool
    262                                 Name="VCPostBuildEventTool"
    263                         />
    264                 </Configuration>
    265141        </Configurations>
    266142        <References>
     
    273149                        >
    274150                        <File
     151                                RelativePath="..\..\src\util\ArgReader.cc"
     152                                >
     153                        </File>
     154                        <File
    275155                                RelativePath="..\..\src\util\Math.cc"
    276156                                >
     
    293173                        </File>
    294174                        <File
    295                                 RelativePath="..\..\src\util\substring.cc"
     175                                RelativePath="..\..\src\util\SubString.cc"
    296176                                >
    297177                        </File>
     
    303183                        >
    304184                        <File
     185                                RelativePath="..\..\src\util\ArgReader.h"
     186                                >
     187                        </File>
     188                        <File
    305189                                RelativePath="..\..\src\util\Convert.h"
    306190                                >
     
    339223                        </File>
    340224                        <File
    341                                 RelativePath="..\..\src\util\substring.h"
     225                                RelativePath="..\..\src\util\SubString.h"
    342226                                >
    343227                        </File>
Note: See TracChangeset for help on using the changeset viewer.