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