Mercurial > hg > vamp-plugin-sdk
view rdf/generator/Makefile.linux @ 212:d643927816aa
* Update README to describe example plugins VC project file and
include a note about exporting the entry point symbol
author | cannam |
---|---|
date | Tue, 21 Oct 2008 09:57:12 +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