# HG changeset patch # User Chris Cannam # Date 1407337345 -3600 # Node ID c345d0f2c760b6428043f8764f84841c9a63edde # Parent 83de66a0dc88922f0590d5443992705bbaf77eb8 Looks like --retain-symbols-file=.list is the PE equivalent of the ELF version script for our purposes diff -r 83de66a0dc88 -r c345d0f2c760 Makefile.mingw32 --- 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