source: s10k/CommonLibs/zlib-1.2.8/contrib/minizip/minizip.pc.in@ 1191

Last change on this file since 1191 was 1096, checked in by s10k, 7 years ago

Added zlib, quazip, basicxmlsyntaxhighlighter, conditionalsemaphore and linenumberdisplay libraries. zlib and quazip are pre-compiled, but you can compile them yourself, just delete the dll files (or equivalent binary files to your OS)

File size: 263 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/minizip
5
6Name: minizip
7Description: Minizip zip file manipulation library
8Requires:
9Version: @PACKAGE_VERSION@
10Libs: -L${libdir} -lminizip
11Libs.private: -lz
12Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.