# HG changeset patch # User cannam # Date 1253616778 0 # Node ID 3f14a3891817eab6db06e9634e420d24845a330c # Parent a331172e11ba78dc2ff1a19c870f9b569c0265b0 * fix paths diff -r a331172e11ba -r 3f14a3891817 build/Makefile.osx --- 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]