diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-27 15:18:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-27 15:18:17 +0200 |
commit | 0b483ea8ce8b8a2a2440a0619692d43a4f6d61dd (patch) | |
tree | 197e62588d5218a45fad1b63e8ed6f2263036a7c /libbuild2/cc | |
parent | f1b72f7717050d18da3f2c79f4a16fab470bf5c4 (diff) |
List dbghelp and mincore as system Windows libraries
Diffstat (limited to 'libbuild2/cc')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index f7256ef..f36a7a7 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -507,6 +507,7 @@ namespace build2 cmp ("bcrypt") || cmp ("crypt32") || cmp ("dbgeng") || + cmp ("dbghelp") || cmp ("d2d1") || cmp ("d3d", 3) || // d3d* cmp ("dwmapi") || @@ -519,6 +520,7 @@ namespace build2 cmp ("imm32") || cmp ("iphlpapi") || cmp ("kernel32") || + cmp ("mincore") || cmp ("mpr") || cmp ("mswsock") || cmp ("msxml", 5) || // msxml* |