annotate script/win32/configure-command-x-mingw @ 143:e95e00bdc3eb

Further win32 build updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 09 Jan 2017 13:51:38 +0000
parents c9cf28b398fb
children a0c5ef2265f5
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@120 5 CXX="i686-w64-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="i686-w64-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=i686-unknown-windows "$@"
cannam@93 6