Mercurial > hg > sv-dependency-builds
diff script/win64/configure-command-x-mingw64 @ 120:c9cf28b398fb
Add win64-mingw builds
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 30 Oct 2014 17:29:41 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/script/win64/configure-command-x-mingw64 Thu Oct 30 17:29:41 2014 +0000 @@ -0,0 +1,6 @@ +#!/bin/bash +mypath=`pwd`/`dirname $0` +deproot="$mypath"/../../ +prefix="$deproot"/win64-mingw +CXX="x86_64-w64-mingw32-g++ -I$prefix/include -L$prefix/lib" CC="x86_64-w64-mingw32-gcc -I$prefix/include -L$prefix/lib" ./configure --prefix=$prefix/ --host=x86_64-unknown-windows "$@" +