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

../odb/configure \
--disable-shared \
--enable-static \
--host i686-mingw32 \
--target i686-mingw32 \
--prefix=/tmp/odb-$1-i686-windows \
--with-libcutl=../libcutl \
--with-gxx-name='..\\mingw\\bin\\g++.exe' \
--with-options-file='..\\etc\\odb\\default.options' \
CPPFLAGS=-I`pwd`/../cross/mingw/include/plugin \
CXXFLAGS="-O2 -W -Wall" \
LDFLAGS=-static-libgcc