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/mg/java/org/greenstone/mg/winMake.bat

    r10071 r13840  
    1616
    1717
    18 if ""%1"" == """" goto compile
    19 if ""%1"" == ""compile"" goto compile
     18if ""%1"" == """" goto all
     19if ""%1"" == ""all"" goto all
    2020if ""%1"" == ""install"" goto install
    2121if ""%1"" == ""clean"" goto clean
     
    2525    goto done
    2626
    27 :compile
     27:all
    2828    if not exist %JAVACLASSDIR% mkdir %JAVACLASSDIR%
    29     echo Compiling...
     29    echo Compiling MG Java classes ...
    3030        %JAVAC% -d %JAVACLASSDIR% %JAVACOPTIONS% *.java
    3131    %JAVAH% -classpath %JAVACLASSDIR% -d %MGHOME%\jni org.greenstone.mg.MGWrapper
Note: See TracChangeset for help on using the changeset viewer.