Mercurial > hg > vamp-aubio-plugins
changeset 108:33315f94e98d
Makefile.mingw32: change variable name, improve description
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sat, 31 Jan 2015 15:05:15 +0100 |
parents | 945256a7a600 |
children | 623ccbfdcf8b |
files | Makefile.mingw32 |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw32 Sat Jan 31 15:01:51 2015 +0100 +++ b/Makefile.mingw32 Sat Jan 31 15:05:15 2015 +0100 @@ -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 @@ # 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