From: Paul Brossier Date: Sat, 31 Jan 2015 14:05:15 +0000 (+0100) Subject: Makefile.mingw32: change variable name, improve description X-Git-Tag: 0.5.0~5 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=d9e2306bae3dcbe61e828afe8d14d02bbb3f7427;p=vamp-aubio-plugins.git Makefile.mingw32: change variable name, improve description --- 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