From b07d23a8ba67cf5f21f58e1a7b0f2fa803be83f8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 20 Sep 2021 16:27:55 +0200 Subject: Add more libraries to list of Windows system libraries --- libbuild2/cc/pkgconfig.cxx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libbuild2') diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 63c62fa..91512d6 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -896,8 +896,12 @@ namespace build2 cmp ("crypt32") || cmp ("dbgeng") || cmp ("d3d", 3) || // d3d* + cmp ("dwmapi") || cmp ("gdi32") || cmp ("imagehlp") || + cmp ("imm32") || + cmp ("kernel32") || + cmp ("mpr") || cmp ("mswsock") || cmp ("msxml", 5) || // msxml* cmp ("netapi32") || @@ -910,11 +914,15 @@ namespace build2 cmp ("shell32") || cmp ("shlwapi") || cmp ("synchronization") || + cmp ("user32") || + cmp ("userenv") || cmp ("version") || + cmp ("winmm") || + cmp ("winspool") || cmp ("ws2") || cmp ("ws2_32") || - cmp ("wsock32")) - + cmp ("wsock32") || + cmp ("wtsapi32")) { if (tsys == "win32-msvc") { -- cgit v1.1