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