annotate vamp-plugin.map @ 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 af0b8a418bf5
children
rev   line source
Chris@16 1 {
Chris@16 2 global: vampGetPluginDescriptor;
Chris@16 3 local: *;
Chris@16 4 };