Changeset 16064 for indexers


Ignore:
Timestamp:
2008-06-19T11:50:45+12:00 (16 years ago)
Author:
kjdon
Message:

added a new option - gs2. use this instead of nojava for gs2 compiling, as we want lucene to be compiled. Don't know if we still need nojava option, but will leave it in for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/winMake.bat

    r13866 r16064  
    1919    if ""%2"" == ""javaonly"" goto java
    2020    if ""%2"" == ""nojava"" goto nojava
     21    if ""%2"" == ""gs2"" goto gs2
    2122
    2223:all
     
    6768    goto done
    6869
     70:gs2
     71   
     72    if NOT EXIST "bin" mkdir bin
     73    cd packages\unac
     74    %MAKE% %MAKE_OPTIONS% win32.mak %1
     75    cd ..\..
     76
     77    cd mg
     78    call winMake.bat %1 nojava
     79    cd ..
     80
     81    cd mgpp
     82    call winMake.bat %1 nojava
     83    cd ..
     84   
     85    cd lucene-gs
     86    call winMake.bat %1
     87    cd ..
     88    goto done
     89
    6990:done
Note: See TracChangeset for help on using the changeset viewer.