Mercurial > hg > vamp-aubio-plugins
diff scripts/get_deps_mingw64.sh @ 182:12061ea45c26
build_mingw32.sh: build tarball for mingw64
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 18:44:16 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/get_deps_mingw64.sh Mon Feb 13 18:44:16 2017 +0100 @@ -0,0 +1,20 @@ +#! /bin/bash + + +source scripts/resources + +#rm -rf contrib/ +mkdir -p contrib/ + +pushd contrib + +for p in $VAMP_PLUGIN_SDK #$VAMP_PLUGIN_SDK_MINGW +do + fetch $p +done + +pushd vamp-plugin-sdk-2.6 +make -f build/Makefile.mingw64 +popd + +popd