Mercurial > hg > constant-q-cpp
changeset 160:c345d0f2c760
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 06 Aug 2014 16:02:25 +0100 |
parents | 83de66a0dc88 |
children | bb9d1355afe5 |
files | Makefile.mingw32 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw32 Tue Aug 05 17:23:17 2014 +0100 +++ b/Makefile.mingw32 Wed Aug 06 16:02:25 2014 +0100 @@ -10,7 +10,7 @@ LDFLAGS += -static CXXFLAGS += $(CFLAGS) -PLUGIN_LDFLAGS := $(LDFLAGS) -shared -Wl,--version-script=vamp/vamp-plugin.map +PLUGIN_LDFLAGS := $(LDFLAGS) -shared -Wl,--retain-symbols-file=vamp/vamp-plugin.list VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .dll