Mercurial > hg > sv-dependency-builds
annotate script/win64/configure-command-x-mingw64 @ 169:223a55898ab9 tip default
Add null config files
| author | Chris Cannam <cannam@all-day-breakfast.com> |
|---|---|
| date | Mon, 02 Mar 2020 14:03:47 +0000 |
| parents | c9cf28b398fb |
| children |
| rev | line source |
|---|---|
| cannam@120 | 1 #!/bin/bash |
| cannam@120 | 2 mypath=`pwd`/`dirname $0` |
| cannam@120 | 3 deproot="$mypath"/../../ |
| cannam@120 | 4 prefix="$deproot"/win64-mingw |
| cannam@120 | 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 "$@" |
| cannam@120 | 6 |
