summaryrefslogtreecommitdiff
path: root/binary/mingw-w64/libodb-qt-configure
blob: f3a2734884f1cb7ab01d246b5e8b70bd1c9db643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

wd=`pwd`

./configure \
--disable-shared \
--enable-static \
--host i686-w64-mingw32 \
--target i686-w64-mingw32 \
--prefix=/mingw \
--with-libodb=../libodb \
CXXFLAGS="-O2 -W -Wall" \
CPPFLAGS="-I$wd/../cross/qtcore/include -I$wd/../cross/qtcore/include/QtCore" \
LDFLAGS="-L$wd/../cross/qtcore/lib"