update build scripts for mingw-w64
[vamp-aubio-plugins.git] / scripts / get_deps_mingw32.sh
diff --git a/scripts/get_deps_mingw32.sh b/scripts/get_deps_mingw32.sh
new file mode 100755 (executable)
index 0000000..8f4ddce
--- /dev/null
@@ -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