summaryrefslogtreecommitdiff
path: root/binary/mingw-w64/odb-configure
blob: 6d26edbfa3841057ddea7115341864826ea555b1 (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-w64-mingw32 \
--target i686-w64-mingw32 \
--prefix=/tmp/odb-$1-i686-windows \
--with-libcutl=../libcutl \
--with-gxx-name='..\\mingw\\bin\\g++.exe' \
--with-options-file='..\\etc\\odb\\default.options' \
CXXFLAGS="-O2 -fno-devirtualize -W -Wall" \
LDFLAGS=-static-libgcc \
CPPFLAGS="-I`pwd`/../gcc-headers/gcc -I`pwd`/../gcc/gcc -I`pwd`/../gcc/libcpp/include -I`pwd`/../gcc/include"