Mercurial > hg > sv-dependency-builds
view script/win32/configure-command-x-mingw @ 30:553a5f65ef64
Updates to use dw2 exceptions instead of sjlj (in line with Qt5 MinGW distribution)
author | Chris Cannam |
---|---|
date | Thu, 12 Jun 2014 17:02:21 +0100 |
parents | c29fa680fb5a |
children | 05254799ed10 |
line wrap: on
line source
#!/bin/bash mypath=`pwd`/`dirname $0` deproot="$mypath"/../../ prefix="$deproot"/win32-mingw CXX="i486-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="i486-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=i486-unknown-windows "$@"