diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-12-07 12:56:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-12-07 12:56:17 +0200 |
commit | c4082917f80b219f4329c8892d22a7c1da83f043 (patch) | |
tree | c29025149eedd5d0b0c00aab12d08b43dec34563 | |
parent | 2239b3f57ae4779acd403cb0d0222d3adde1a1ad (diff) |
List dnsapi, msimg32 as Windows system libraries
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 22577ed..5d4d3ac 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -519,10 +519,11 @@ namespace build2 else if (cmp ("advapi32") || cmp ("bcrypt") || cmp ("crypt32") || - cmp ("dbgeng") || - cmp ("dbghelp") || cmp ("d2d1") || cmp ("d3d", 3) || // d3d* + cmp ("dbgeng") || + cmp ("dbghelp") || + cmp ("dnsapi") || cmp ("dwmapi") || cmp ("dwrite") || cmp ("dxgi") || @@ -535,6 +536,7 @@ namespace build2 cmp ("kernel32") || cmp ("mincore") || cmp ("mpr") || + cmp ("msimg32") || cmp ("mswsock") || cmp ("msxml", 5) || // msxml* cmp ("netapi32") || |