| Revision: | 1166 | 
| Committed: | Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy | 
| File size: | 284 byte(s) | 
| Log Message: | Daodan: Replace MinGW build env with an up-to-date MSYS2 env | 
| # | Content | 
|---|---|
| 1 | prefix=/mingw32 | 
| 2 | exec_prefix=${prefix} | 
| 3 | includedir=${prefix}/include | 
| 4 | libdir=${exec_prefix}/lib | 
| 5 | |
| 6 | Name: GNU MP C++ | 
| 7 | Description: GNU Multiple Precision Arithmetic Library (C++ bindings) | 
| 8 | URL: https://gmplib.org | 
| 9 | Version: 6.2.1 | 
| 10 | Requires: gmp | 
| 11 | Cflags: -I${includedir} | 
| 12 | Libs: -L${libdir} -lgmpxx |