Mercurial > hg > vamp-aubio-plugins
view scripts/get_deps_msvc.sh @ 160:cd712d0d5e07
rename INSTALL.foo to build_foo.sh
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 20:32:44 +0200 |
parents | 917ed96e8fed |
children |
line wrap: on
line source
#! /bin/bash source scripts/resources #rm -rf contrib/ mkdir -p contrib/ pushd contrib for p in $VAMP_PLUGIN_SDK $VAMP_PLUGIN_SDK_MSVC do fetch $p done popd