annotate vamp-plugin.map @ 65:0df94e3f0fdb

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 27bab3a16c9a
children
rev   line source
fazekasgy@37 1 {
fazekasgy@37 2 global: vampGetPluginDescriptor;
fazekasgy@37 3 local: *;
fazekasgy@37 4 };