Changeset 16746


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

leave these options to ant now

File:
1 edited

Legend:

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

    r16204 r16746  
    5959            return 0;
    6060
    61         } else if ( a.compare("-sim") == 0 ) {
    62             command += " -Dexecute=false";
    63 
    64         } else if ( a.compare("-descend") == 0 ) {
    65             command += " -Dresume.mode=descend";
    66            
    67         } else if ( a.compare("-from") == 0 ) {
    68             command = command + " -Dresume.from=" + argv[++i];
    69         } else if ( a.compare("-to") == 0 ) {
    70             command = command + " -Dresume.to=" + argv[++i];
    7161        } else {
    7262            command = command + " " + a;
Note: See TracChangeset for help on using the changeset viewer.