Mercurial > hg > sv-dependency-builds
annotate script/win32/configure-command-x-mingw @ 90:07fe46ff1966
Add more mingw builds
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Wed, 20 Mar 2013 14:01:32 +0000 |
| parents | 8a15ff55d9af |
| children | 9fe94270bdf5 |
| rev | line source |
|---|---|
| cannam@89 | 1 #!/bin/bash |
| cannam@89 | 2 mypath=`pwd`/`dirname $0` |
| cannam@89 | 3 deproot="$mypath"/../../ |
| cannam@89 | 4 prefix="$deproot"/win32-mingw |
| cannam@89 | 5 CXX="i486-mingw32-g++ -I$prefix/include -L$prefix/lib/win32" CC="i486-mingw32-gcc -I$prefix/include -L$prefix/lib/win32" ./configure --host=i486-unknown-windows --prefix=$prefix/ |
