diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-23 11:57:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-02-23 11:57:17 +0200 |
commit | afc81e5cb09219770a8a5b8cd2855b45ece0a42a (patch) | |
tree | 66b7db87067ce3190fd95fe831bc72d80c50df89 /binary/mingw/libodb-boost-configure | |
parent | 8fc1fc844a9695fb0d1d5d3c13393d4709ce7592 (diff) |
Add build scripts for Windows binary
Diffstat (limited to 'binary/mingw/libodb-boost-configure')
-rwxr-xr-x | binary/mingw/libodb-boost-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binary/mingw/libodb-boost-configure b/binary/mingw/libodb-boost-configure new file mode 100755 index 0000000..ea8dd72 --- /dev/null +++ b/binary/mingw/libodb-boost-configure @@ -0,0 +1,10 @@ +#! /bin/sh + +./configure \ +--disable-shared \ +--enable-static \ +--host i686-mingw32 \ +--target i686-mingw32 \ +--prefix=/mingw \ +--with-libodb=../libodb \ +CXXFLAGS="-O2 -W -Wall" |