comparison skeleton/Makefile.skeleton @ 300:bb67b6145812 vamp-plugin-sdk-v2.1

...
author cannam
date Wed, 23 Sep 2009 12:36:06 +0000
parents 1bbfa82efc37
children b923a3d9c3d5
comparison
equal deleted inserted replaced
299:1bbfa82efc37 300:bb67b6145812
17 # 17 #
18 PLUGIN_LIBRARY_NAME = myplugins 18 PLUGIN_LIBRARY_NAME = myplugins
19 19
20 # Edit this to list one .o file for each .cpp file in your plugin project 20 # Edit this to list one .o file for each .cpp file in your plugin project
21 # 21 #
22 PLUGIN_CODE_OBJECTS = MyPlugins.o plugins.o 22 PLUGIN_CODE_OBJECTS = MyPlugin.o plugins.o
23 23
24 # Edit this to the location of the Vamp plugin SDK, relative to your 24 # Edit this to the location of the Vamp plugin SDK, relative to your
25 # project directory 25 # project directory
26 # 26 #
27 VAMP_SDK_DIR = ../vamp-plugin-sdk 27 VAMP_SDK_DIR = ../vamp-plugin-sdk