Ignore:
Timestamp:
2007-02-01T10:04:19+13:00 (17 years ago)
Author:
kjdon
Message:

fixed up some bugs in windows makefiles

File:
1 edited

Legend:

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

    r13797 r13840  
    1919
    2020
    21 if ""%1"" == """" goto compile
     21if ""%1"" == """" goto all
    2222if ""%1"" == ""all"" goto all
    2323if ""%1"" == ""install"" goto install
     
    3030:all
    3131    if not exist %JAVACLASSDIR% mkdir %JAVACLASSDIR%
    32     echo Compiling...
     32    echo Compiling Greenstone Lucene Java classes ...
    3333    %JAVAC% -d %JAVACLASSDIR% -classpath %MYCLASSPATH% %JAVACOPTIONS% -sourcepath src src\org\greenstone\LuceneWrapper\*.java
    3434    cd %JAVACLASSDIR%
     
    4242
    4343:clean
    44     echo Cleaning up...
     44    echo Cleaning up Greenstone Lucene ...
    4545    if exist %JAVACLASSDIR% rmdir /S /Q %JAVACLASSDIR%
    4646        if exist LuceneWrapper.jar del LuceneWrapper.jar
Note: See TracChangeset for help on using the changeset viewer.