Mercurial > hg > vamp-plugin-sdk
changeset 300:bb67b6145812 vamp-plugin-sdk-v2.1
...
author | cannam |
---|---|
date | Wed, 23 Sep 2009 12:36:06 +0000 |
parents | 1bbfa82efc37 |
children | 7178510d747a |
files | skeleton/Makefile.skeleton skeleton/vamp-plugin.list skeleton/vamp-plugin.map |
diffstat | 3 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/skeleton/Makefile.skeleton Wed Sep 23 12:33:00 2009 +0000 +++ b/skeleton/Makefile.skeleton Wed Sep 23 12:36:06 2009 +0000 @@ -19,7 +19,7 @@ # Edit this to list one .o file for each .cpp file in your plugin project # -PLUGIN_CODE_OBJECTS = MyPlugins.o plugins.o +PLUGIN_CODE_OBJECTS = MyPlugin.o plugins.o # Edit this to the location of the Vamp plugin SDK, relative to your # project directory