annotate script/win32/configure-command-x-mingw @ 4:e13257ea84a4
Add bzip2, zlib, liblo, portaudio sources
| author |
Chris Cannam |
| date |
Wed, 20 Mar 2013 13:59:52 +0000 |
| parents |
6c505a35919a |
| children |
35e00f62c407 |
| rev |
line source |
|
Chris@4
|
1 #!/bin/bash
|
|
Chris@4
|
2 mypath=`pwd`/`dirname $0`
|
|
Chris@4
|
3 deproot="$mypath"/../../
|
|
Chris@4
|
4 prefix="$deproot"/win32-mingw
|
|
Chris@4
|
5 CXX="i486-mingw32-g++ -I$prefix/include -L$prefix/lib/win32" CC="i486-mingw32-gcc -I$prefix/include -L$prefix/lib/win32" ./configure --host=i486-unknown-windows --prefix=$prefix/
|