Ignore:
Timestamp:
2005-08-05T12:14:12+12:00 (19 years ago)
Author:
mdewsnip
Message:

Made makegli.bat run clean.bat also, to remove all class files so everything is recompiled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/makegli.bat

    r10243 r10422  
    108108:makeGLI
    109109:: ---- Compile the GLI ----
    110 echo.
    111110
    112111if "%1" == "" goto makeAll
    113112    :: If a file has been specified as a command-line argument, just compile that file
     113    echo.
    114114    if "%GLILANG%" == "en" echo Compiling %1 and dependent classes...
    115115    if "%GLILANG%" == "es" echo Compilando %1 y clases dependientes...
     
    127127:makeAll
    128128:: Otherwise compile the lot...
     129
     130:: Remove any existing class files first
     131call clean.bat
     132
    129133if "%GLILANG%" == "en" echo Compiling the Greenstone Librarian Interface...
    130134if "%GLILANG%" == "es" echo Compilando la Interfaz de la Biblioteca Digital Greenstone...
Note: See TracChangeset for help on using the changeset viewer.