Mercurial > hg > vamp-plugin-sdk
diff build/Makefile.osx @ 294:3f14a3891817
* fix paths
author | cannam |
---|---|
date | Tue, 22 Sep 2009 10:52:58 +0000 |
parents | 2e16d99867bd |
children | 38c638894360 |
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]