From d9e2306bae3dcbe61e828afe8d14d02bbb3f7427 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 31 Jan 2015 15:05:15 +0100 Subject: [PATCH] Makefile.mingw32: change variable name, improve description --- Makefile.mingw32 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 44766d3..e9a7340 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -10,9 +10,9 @@ 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 -- 2.11.0