Merge branch 'master' into windows
[ardour.git] / tools / windows_packaging / configure-release.sh
1 #!/bin/bash
2
3 . ./mingw-env.sh
4
5 . ./print-env.sh
6
7 cd $BASE || exit 1
8 ./waf configure --prefix="/" --bindir="/" --configdir="/share" --optimize --noconfirm --no-lv2 --dist-target=mingw "$@"