aboutsummaryrefslogtreecommitdiffstats
path: root/config-mingw32
blob: 3d23010ba270d0ae803abdb222ab0b14331f7dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
./configure --disable-test-compare-images --enable-external-libs --enable-werror --with-windows-wordsize=32 --with-buildrules=mingw \
    CC=i686-w64-mingw32-gcc \
    CXX=i686-w64-mingw32-g++ \
    LD=i686-w64-mingw32-ld \
    AR=i686-w64-mingw32-ar \
    RANLIB=i686-w64-mingw32-ranlib \
    DLLTOOL=$(dirname $(type -p i686-w64-mingw32-gcc))/dlltool \
    STRIP=i686-w64-mingw32-strip \
    OBJDUMP=$(dirname $(type -p i686-w64-mingw32-gcc))/objdump \
    ${1+"$@"}