Changeset 18310


Ignore:
Timestamp:
2009-01-06T13:17:00+13:00 (15 years ago)
Author:
davidb
Message:

Make sure iconv.zip is unzipped before trying to compile it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/winMake.bat

    r16907 r18310  
    2424    if NOT EXIST "bin" mkdir bin
    2525
    26     cd packages\windows\iconv\iconv
     26    cd packages\windows\iconv
     27    if NOT EXIST "iconv" unzip iconv.zip
     28    cd iconv
    2729    %MAKE% %MAKE_OPTIONS% Makefile.msvc NO_NLS=1
    2830    cd ..\..\..\..
Note: See TracChangeset for help on using the changeset viewer.