source: Daodan/MSYS2/mingw32/lib/pkgconfig/mpfr.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: 276 bytes
Line 
1prefix=/mingw32
2exec_prefix=${prefix}
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: mpfr
7URL: https://www.mpfr.org/
8Description: C library for multiple-precision floating-point computations
9Version: 4.1.0
10Libs: -L${libdir} -lmpfr -lgmp
11Cflags: -I${includedir}
Note: See TracBrowser for help on using the repository browser.