Mercurial > hg > vamp-plugin-sdk
changeset 294:3f14a3891817
* fix paths
| author | cannam | 
|---|---|
| date | Tue, 22 Sep 2009 10:52:58 +0000 | 
| parents | a331172e11ba | 
| children | 0e08ebd5c13b | 
| files | build/Makefile.osx | 
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] | 
line wrap: on
 line diff
--- a/build/Makefile.osx Tue Sep 22 10:39:36 2009 +0000 +++ b/build/Makefile.osx Tue Sep 22 10:52:58 2009 +0000 @@ -8,11 +8,11 @@ # library and related files that may be of interest resulting from # the build: # -# src/libvamp-sdk.dylib [SDK dynamic library for plugins] -# src/libvamp-hostsdk.dylib [SDK dynamic library for hosts] +# libvamp-sdk.dylib [SDK dynamic library for plugins] +# libvamp-hostsdk.dylib [SDK dynamic library for hosts] # -# src/libvamp-sdk.a [SDK static library for plugins] -# src/libvamp-hostsdk.a [SDK static library for hosts] +# libvamp-sdk.a [SDK static library for plugins] +# libvamp-hostsdk.a [SDK static library for hosts] # # examples/vamp-example-plugins.cat [copy this to your Vamp plugin dir] # examples/vamp-example-plugins.dylib [copy this to your Vamp plugin dir]
