Changeset 20218 for other-projects


Ignore:
Timestamp:
2009-08-11T17:55:51+12:00 (15 years ago)
Author:
oranfry
Message:

dont show windows option in linux binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/trunk/search4j/search4j.cpp

    r18237 r20218  
    290290        << "          -p LOCATION: (priority hint) first look for java in LOCATION (treated as a JAVA_HOME)" << endl
    291291        << "          -h LOCATION: (hint) as a last resort look for java in LOCATION (treated as a JAVA_HOME)" << endl
     292        #ifdef WINDOWS
    292293        << "          -w: (windows) find and/or use the javaw.exe executable instead of java.exe (in windows only)" << endl
     294        #endif
    293295        << "          --verbose : have search4j print out information about what its doing" << endl
    294296        << "          --help : display this usage screen" << endl
Note: See TracChangeset for help on using the changeset viewer.