Changeset 167


Ignore:
Timestamp:
08/17/11 14:05:04 (13 years ago)
Author:
sherbold
Message:
  • fixed problems in release build configuration
  • added output in case of wrong command line parameters
Location:
trunk/MFCtooling/replay
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MFCtooling/replay/replay.cpp

    r163 r167  
    5151{ 
    5252        if( argc < 3 ) { 
     53                std::wcout << L"Usage: " << argv[0] << L"<replayfile> <applicationundertest> [-r <resultfile>] [-d <useDefaultDelay>] [-w <waitAfterFinish>] [-p <workingPath>] [-s <startupDelay>]" << std::endl; 
    5354                return -1; 
    5455        } 
    5556 
    56         int optchar; 
     57        int optchar = 0; 
    5758        const char * optarg; 
    5859        // set default values 
     
    101102        //delete[] argv_char; //TODO does not work?! 
    102103 
    103         if (argc<4)  
    104         { 
    105                 std::wcout << L"Usage: " << argv[0] << L"<replayfile> <applicationundertest> [-r <resultfile>] [-d <useDefaultDelay>] [-w <waitAfterFinish>] [-p <workingPath>] [-s <startupDelay>]" << std::endl; 
    106                 return 0; 
    107         } 
    108104        TCHAR * replayfile = argv[1]; 
    109105        TCHAR * appUnderTest = argv[2]; 
  • trunk/MFCtooling/replay/replay.vcproj

    r161 r167  
    9595                        ConfigurationType="1" 
    9696                        CharacterSet="1" 
     97                        > 
     98                        <Tool 
     99                                Name="VCPreBuildEventTool" 
     100                        /> 
     101                        <Tool 
     102                                Name="VCCustomBuildTool" 
     103                        /> 
     104                        <Tool 
     105                                Name="VCXMLDataGeneratorTool" 
     106                        /> 
     107                        <Tool 
     108                                Name="VCWebServiceProxyGeneratorTool" 
     109                        /> 
     110                        <Tool 
     111                                Name="VCMIDLTool" 
     112                        /> 
     113                        <Tool 
     114                                Name="VCCLCompilerTool" 
     115                                Optimization="0" 
     116                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 
     117                                MinimalRebuild="true" 
     118                                BasicRuntimeChecks="3" 
     119                                RuntimeLibrary="3" 
     120                                TreatWChar_tAsBuiltInType="false" 
     121                                UsePrecompiledHeader="2" 
     122                                WarningLevel="3" 
     123                                DebugInformationFormat="4" 
     124                        /> 
     125                        <Tool 
     126                                Name="VCManagedResourceCompilerTool" 
     127                        /> 
     128                        <Tool 
     129                                Name="VCResourceCompilerTool" 
     130                        /> 
     131                        <Tool 
     132                                Name="VCPreLinkEventTool" 
     133                        /> 
     134                        <Tool 
     135                                Name="VCLinkerTool" 
     136                                LinkIncremental="2" 
     137                                GenerateDebugInformation="true" 
     138                                SubSystem="1" 
     139                                TargetMachine="1" 
     140                        /> 
     141                        <Tool 
     142                                Name="VCALinkTool" 
     143                        /> 
     144                        <Tool 
     145                                Name="VCManifestTool" 
     146                        /> 
     147                        <Tool 
     148                                Name="VCXDCMakeTool" 
     149                        /> 
     150                        <Tool 
     151                                Name="VCBscMakeTool" 
     152                        /> 
     153                        <Tool 
     154                                Name="VCFxCopTool" 
     155                        /> 
     156                        <Tool 
     157                                Name="VCAppVerifierTool" 
     158                        /> 
     159                        <Tool 
     160                                Name="VCPostBuildEventTool" 
     161                        /> 
     162                </Configuration> 
     163                <Configuration 
     164                        Name="Release_ReplayOld|Win32" 
     165                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     166                        IntermediateDirectory="$(ConfigurationName)" 
     167                        ConfigurationType="1" 
     168                        CharacterSet="1" 
    97169                        WholeProgramOptimization="1" 
    98170                        > 
     
    205277                                        /> 
    206278                                </FileConfiguration> 
     279                                <FileConfiguration 
     280                                        Name="Release_ReplayOld|Win32" 
     281                                        > 
     282                                        <Tool 
     283                                                Name="VCCLCompilerTool" 
     284                                                UsePrecompiledHeader="1" 
     285                                        /> 
     286                                </FileConfiguration> 
    207287                        </File> 
    208288                        <File 
Note: See TracChangeset for help on using the changeset viewer.