Ignore:
Timestamp:
2008-08-19T14:49:37+12:00 (16 years ago)
Author:
mdewsnip
Message:

Moved compilation of iconv library from common-src/win32.mak to indexers/winMake.bat.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/winMake.bat

    r16583 r16903  
    2323:all
    2424    mkdir bin
     25    cd packages\iconv
     26    %MAKE% %MAKE_OPTIONS% Makefile.msvc NO_NLS=1 %1
     27    cd ..\..
     28
    2529    cd packages\unac
    2630    %MAKE% %MAKE_OPTIONS% win32.mak %1
Note: See TracChangeset for help on using the changeset viewer.