Mercurial > hg > vamp-plugin-sdk
annotate vamp-sdk/vamp-hostsdk.pc.in @ 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 | 120f88880347 |
children |
rev | line source |
---|---|
cannam@51 | 1 prefix=%PREFIX% |
cannam@51 | 2 exec_prefix=${prefix} |
cannam@51 | 3 libdir=${exec_prefix}/lib |
cannam@51 | 4 includedir=${prefix}/include |
cannam@51 | 5 |
cannam@51 | 6 Name: vamp-hostsdk |
cannam@166 | 7 Version: 1.3.0 |
cannam@51 | 8 Description: Development library for Vamp audio analysis plugin hosts |
cannam@51 | 9 Libs: -L${libdir} -lvamp-hostsdk |
cannam@51 | 10 Cflags: -I${includedir} |