Mercurial > hg > sv-dependency-builds
comparison script/win64/configure-command-x-mingw64 @ 34:05254799ed10
Add win64-mingw builds
| author | Chris Cannam | 
|---|---|
| date | Thu, 30 Oct 2014 17:29:41 +0000 | 
| parents | script/win32/configure-command-x-mingw@c29fa680fb5a | 
| children | 
   comparison
  equal
  deleted
  inserted
  replaced
| 33:879bdc878826 | 34:05254799ed10 | 
|---|---|
| 1 #!/bin/bash | |
| 2 mypath=`pwd`/`dirname $0` | |
| 3 deproot="$mypath"/../../ | |
| 4 prefix="$deproot"/win64-mingw | |
| 5 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 "$@" | |
| 6 | 
