deploy all *.colors files in binary bundles
[ardour.git] / tools / windows_packaging / configure-distcc-release.sh
1 #!/bin/bash
2
3 . ./mingw-env.sh
4
5 export CC="distcc $HOST-gcc"
6 export CPP="distcc $HOST-g++"
7 export CXX="distcc $HOST-g++"
8
9 . ./print-env.sh
10
11 cd $BASE || exit 1
12 ./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --dist-target=mingw "$@"