Changeset 13797 for trunk/indexers


Ignore:
Timestamp:
2007-01-25T14:17:29+13:00 (17 years ago)
Author:
kjdon
Message:

changed compile target to all

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/lucene-gs/winMake.bat

    r13751 r13797  
    2020
    2121if ""%1"" == """" goto compile
    22 if ""%1"" == ""compile"" goto compile
     22if ""%1"" == ""all"" goto all
    2323if ""%1"" == ""install"" goto install
    2424if ""%1"" == ""clean"" goto clean
     
    2828    goto done
    2929
    30 :compile
     30:all
    3131    if not exist %JAVACLASSDIR% mkdir %JAVACLASSDIR%
    3232    echo Compiling...
Note: See TracChangeset for help on using the changeset viewer.