Ignore:
Timestamp:
2010-06-30T15:58:40+12:00 (14 years ago)
Author:
sjm84
Message:

Removed the extract option for the on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/linux/wrapper.cpp

    r22324 r22334  
    5252            cerr << "-text is depricated, please use -extract and then run \"java -jar greenstone.jar text\"" << endl;
    5353            text_mode = true;
     54#ifndef CDROM
    5455        } else if ( a.compare("-extract") == 0 || a.compare("--extract") || a.compare("-x")) {
    5556            cout << "----------------------------" << endl;
     
    6667                return 1;
    6768            }
     69#endif
    6870        } else {
    6971            cerr << "Unrecognised option '" << a << "'" << endl;
Note: See TracChangeset for help on using the changeset viewer.