Ignore:
Timestamp:
26/02/2010 06:50:55 (2 years ago)
Author:
chris
Message:

Add instructions and support for building with readline on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/mingw/configure.sh

    r2626 r2642  
    3030fi 
    3131 
    32 if ! ./configure --target=i686-pc-mingw32; then 
     32if ! ./configure --target=i686-pc-mingw32 "$@"; then 
    3333        echo "Error: configure failed, aborting." >&2 
    3434        exit 1 
Note: See TracChangeset for help on using the changeset viewer.