From afc81e5cb09219770a8a5b8cd2855b45ece0a42a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Feb 2011 11:57:17 +0200 Subject: Add build scripts for Windows binary --- binary/mingw/odb-configure | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 binary/mingw/odb-configure (limited to 'binary/mingw/odb-configure') diff --git a/binary/mingw/odb-configure b/binary/mingw/odb-configure new file mode 100755 index 0000000..337c98f --- /dev/null +++ b/binary/mingw/odb-configure @@ -0,0 +1,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 -- cgit v1.1