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