Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 211:caa9d07bb9bd
* Update VC project file to handle proper export of
plugin lookup function, and use the right dll name
to match the other platforms and the .cat file
author | cannam |
---|---|
date | Sat, 18 Oct 2008 16:51:51 +0000 |
parents | 147de5e64d28 |
children |
line wrap: on
line source
CXXFLAGS := -I../.. -O2 -Wall template-generator: template-generator.o g++ $^ -o $@ -L../../vamp-sdk -Wl,-Bstatic -lvamp-hostsdk -Wl,-Bdynamic -ldl clean: rm *.o