Mercurial > hg > pyin
changeset 80:00cffb79d0e0
Looks like --retain-symbols-file=<file>.list is the PE equivalent of the ELF version script for our purposes
author | Chris Cannam |
---|---|
date | Wed, 06 Aug 2014 16:02:25 +0100 |
parents | 564f80bc0da4 |
children | e5c62fdfae4e |
files | Makefile.mingw32 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw32 Wed Aug 06 12:45:06 2014 +0100 +++ b/Makefile.mingw32 Wed Aug 06 16:02:25 2014 +0100 @@ -9,7 +9,7 @@ CFLAGS += -Wall -O2 CXXFLAGS += $(CFLAGS) -I../include -I../boost_1_53_0 -PLUGIN_LDFLAGS := $(LDFLAGS) -static -shared -L../lib -lvamp-sdk -Wl,-Bsymbolic -static-libgcc -Wl,--version-script=vamp-plugin.map -fno-exceptions $(shell $(CXX) -print-file-name=libstdc++.a) +PLUGIN_LDFLAGS := $(LDFLAGS) -static -shared -L../lib -lvamp-sdk -Wl,-Bsymbolic -static-libgcc -Wl,--retain-symbols-file=vamp-plugin.list -fno-exceptions $(shell $(CXX) -print-file-name=libstdc++.a) PLUGIN_EXT := .dll