Changeset 16750 for release-kits/wirk3


Ignore:
Timestamp:
2008-08-13T11:49:24+12:00 (16 years ago)
Author:
oranfry
Message:

leave these options to ant now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk3/src/wirk3.cpp

    r16631 r16750  
    5555            return 0;
    5656
    57         } else if ( a.compare("-sim") == 0 ) {
    58             command += " -Dexecute=false";
    59 
    60         } else if ( a.compare("-descend") == 0 ) {
    61             command = command + " -Dresume.descend=" + argv[++i];
    62         } else if ( a.compare("-from") == 0 ) {
    63             command = command + " -Dresume.from=" + argv[++i];
    64         } else if ( a.compare("-to") == 0 ) {
    65             command = command + " -Dresume.to=" + argv[++i];
    6657        } else {
    6758            command = command + " " + a;
Note: See TracChangeset for help on using the changeset viewer.