mirror of
https://github.com/holub/mame
synced 2025-06-07 21:33:45 +03:00
Introduced 'ext_lib("utf8proc")' to a number of the tools builds
This commit is contained in:
parent
5be1b8e6e0
commit
4f08110c53
@ -31,6 +31,7 @@ links {
|
|||||||
"7z",
|
"7z",
|
||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -119,6 +120,7 @@ links {
|
|||||||
ext_lib("expat"),
|
ext_lib("expat"),
|
||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -162,6 +164,7 @@ links {
|
|||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
ext_lib("flac"),
|
ext_lib("flac"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -299,6 +302,7 @@ links {
|
|||||||
ext_lib("expat"),
|
ext_lib("expat"),
|
||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -421,6 +425,7 @@ links {
|
|||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
ext_lib("flac"),
|
ext_lib("flac"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -461,6 +466,7 @@ links {
|
|||||||
ext_lib("expat"),
|
ext_lib("expat"),
|
||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -504,6 +510,7 @@ links {
|
|||||||
"netlist",
|
"netlist",
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
ext_lib("flac"),
|
ext_lib("flac"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -588,6 +595,7 @@ links {
|
|||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
ext_lib("flac"),
|
ext_lib("flac"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
@ -633,6 +641,7 @@ links {
|
|||||||
"ocore_" .. _OPTIONS["osd"],
|
"ocore_" .. _OPTIONS["osd"],
|
||||||
ext_lib("zlib"),
|
ext_lib("zlib"),
|
||||||
ext_lib("flac"),
|
ext_lib("flac"),
|
||||||
|
ext_lib("utf8proc"),
|
||||||
}
|
}
|
||||||
|
|
||||||
includedirs {
|
includedirs {
|
||||||
|
Loading…
Reference in New Issue
Block a user