ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
MSYS2
/
mingw32
/
lib
/
pkgconfig
/
iconv.pc
Revision:
1166
Committed:
Tue Oct 26 14:22:36 2021 UTC
(4 years ago) by
rossy
File size:
235 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
File Contents
#
Content
1
prefix
=
/mingw32
2
exec_prefix
=
${
prefix
}
3
libdir
=
${
exec_prefix
}
/lib
4
includedir
=
${
prefix
}
/include
5
6
Name
:
iconv
7
Description
:
libiconv
8
URL
:
https://www.gnu.org/software/libiconv/
9
Version
:
1.16
10
Libs
:
-L
${
libdir
}
-liconv
11
Cflags
:
-I
${
includedir
}