aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-20 16:27:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-20 16:28:22 +0200
commitb07d23a8ba67cf5f21f58e1a7b0f2fa803be83f8 (patch)
treeafe3ee40e21f1499916971f526826c5fe4183d7c /libbuild2
parentb7cb7f5510de019527f2a7b9e3f81dbb9813b5d9 (diff)
Add more libraries to list of Windows system libraries
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/cc/pkgconfig.cxx12
1 files changed, 10 insertions, 2 deletions
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")
{