Parent Directory
|
Revision Log
Load pcre-7.0 into code/trunk.
| 1 | nigel | 93 | # Package Information for pkg-config |
| 2 | |||
| 3 | prefix=@prefix@ | ||
| 4 | exec_prefix=@exec_prefix@ | ||
| 5 | libdir=@libdir@ | ||
| 6 | includedir=@includedir@ | ||
| 7 | |||
| 8 | Name: libpcrecpp | ||
| 9 | Description: PCRECPP - C++ wrapper for PCRE | ||
| 10 | Version: @PCRE_VERSION@ | ||
| 11 | Libs: -L${libdir} -lpcre -lpcrecpp | ||
| 12 | Cflags: -I${includedir} |
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |