source: Daodan/MSYS2/mingw32/lib/pkgconfig/zlib.pc@ 1174

Last change on this file since 1174 was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 248 bytes
RevLine 
[1166]1prefix=/mingw32
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4sharedlibdir=${exec_prefix}/bin
5includedir=${prefix}/include
6
7Name: zlib
8Description: zlib compression library
9Version: 1.2.11
10
11Requires:
12Libs: -L${libdir} -lz
13Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.