Mercurial > hg > vamp-plugin-sdk
diff Makefile @ 18:b4043af42278
* Some textual changes
author | cannam |
---|---|
date | Mon, 10 Apr 2006 10:31:19 +0000 |
parents | 61887dda7fe0 |
children | 68b8b32a2070 |
line wrap: on
line diff
--- a/Makefile Fri Apr 07 17:50:52 2006 +0000 +++ b/Makefile Mon Apr 10 10:31:19 2006 +0000 @@ -20,11 +20,11 @@ HOST_LIBS = -Lvamp-sdk -lvamp-sdk -lsndfile -ldl # Libraries required for the plugin. Note that we can (and actively -# want to) statically link with libstdc++, because our plugin exposes +# want to) statically link libstdc++, because our plugin exposes only # a C API so there are no boundary compatibility problems. # PLUGIN_LIBS = -Lvamp-sdk -lvamp-sdk -#PLUGIN_LIBS = -lvamp-sdk $(shell g++ -print-file-name=libstdc++.a) +#PLUGIN_LIBS = -Lvamp-sdk -lvamp-sdk $(shell g++ -print-file-name=libstdc++.a) # Flags required to tell the compiler to link to a dynamically loadable object #