Ignore:
Timestamp:
08/15/11 14:23:52 (13 years ago)
Author:
sherbold
Message:
  • changed command line parsing; now uses an API that allows actual parameters, e.g., "-r result.xml". For a full description see the description in the Wiki.
File:
1 edited

Legend:

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

    r105 r161  
    162162                        <Tool 
    163163                                Name="VCPostBuildEventTool" 
     164                                CommandLine="copy C:\Projects\MFCtooling\Release\replay.exe C:\replay\tools\replay.exe /y" 
    164165                        /> 
    165166                </Configuration> 
     
    175176                        <File 
    176177                                RelativePath=".\LogParser.cpp" 
     178                                > 
     179                        </File> 
     180                        <File 
     181                                RelativePath=".\options.cpp" 
    177182                                > 
    178183                        </File> 
     
    224229                        </File> 
    225230                        <File 
     231                                RelativePath=".\options.h" 
     232                                > 
     233                        </File> 
     234                        <File 
    226235                                RelativePath=".\SAXContentHandlerImpl.h" 
    227236                                > 
Note: See TracChangeset for help on using the changeset viewer.