X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=blobdiff_plain;f=Makefile.mingw32;h=e9a734007d252ff3ce2cf5d2487aa4ac1c256ce9;hp=e932cf10187cb73ee4a2f7cb3b341ade6abcacbb;hb=c1617bc22dfb627b03bf92e65b49880ecdd1b782;hpb=1d6247f1ed5cff8f8f7b83c04f4ce6998d0bd8c3 diff --git a/Makefile.mingw32 b/Makefile.mingw32 index e932cf1..e9a7340 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -7,12 +7,12 @@ ## instead so that it can be included by all platform Makefiles. # Location of Vamp plugin SDK relative to the project directory -VAMPSDK_DIR ?= ../vamp-plugin-sdk +VAMPSDK_DIR ?= ../vamp-plugin-sdk-2.5 # Location of libvamp-sdk.dll -VAMPDLL_DIR ?= ../vamp-plugin-sdk-2.5-binaries-win32-mingw +VAMPBIN_DIR ?= ../vamp-plugin-sdk-2.5-binaries-win32-mingw -# Location of libaubio-4.dll +# Location of cross compiled and installed aubio tree AUBIO_MINGW32_DISTDIR ?= ../aubio-dist-mingw32 # Toolchain prefix @@ -40,7 +40,7 @@ PLUGIN_LDFLAGS := -L$(AUBIO_MINGW32_DISTDIR)/usr/local/lib # options here PLUGIN_LDFLAGS += -Wl,--enable-auto-import PLUGIN_LDFLAGS += -shared -Wl,--retain-symbols-file=vamp-plugin.list -PLUGIN_LIBS := $(VAMPDLL_DIR)/libvamp-sdk.dll +PLUGIN_LIBS := $(VAMPBIN_DIR)/libvamp-sdk.dll # File extension for plugin library on this platform PLUGIN_EXT := .dll