source: Daodan/MSYS2/mingw32/lib/pkgconfig/gmp.pc@ 1189

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

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

File size: 249 bytes
Line 
1prefix=/mingw32
2exec_prefix=${prefix}
3includedir=${prefix}/include
4libdir=${exec_prefix}/lib
5
6Name: GNU MP
7Description: GNU Multiple Precision Arithmetic Library
8URL: https://gmplib.org
9Version: 6.2.1
10Cflags: -I${includedir}
11Libs: -L${libdir} -lgmp
Note: See TracBrowser for help on using the repository browser.