Mercurial > hg > vamp-aubio-plugins
diff scripts/get_deps_mingw32.sh @ 162:5e944736a8ed
update build scripts for mingw-w64
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 21:02:05 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/get_deps_mingw32.sh Sun Jul 24 21:02:05 2016 +0200 @@ -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.mingw32 +popd + +popd