diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-21 13:19:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-21 13:19:51 +0200 |
commit | 3c31e984adfd4099c4c8aebd04f4c44b978f6e2d (patch) | |
tree | ebaa4fb0176405ae6493ba66d0f4104760fb9b70 /libbuild2/cc/pkgconfig.cxx | |
parent | b07d23a8ba67cf5f21f58e1a7b0f2fa803be83f8 (diff) |
Add more libraries to list of Windows system libraries
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 91512d6..fd2cd07 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -895,8 +895,12 @@ namespace build2 cmp ("bcrypt") || cmp ("crypt32") || cmp ("dbgeng") || + cmp ("d2d1") || cmp ("d3d", 3) || // d3d* cmp ("dwmapi") || + cmp ("dwrite") || + cmp ("dxgi") || + cmp ("dxguid") || cmp ("gdi32") || cmp ("imagehlp") || cmp ("imm32") || @@ -916,6 +920,7 @@ namespace build2 cmp ("synchronization") || cmp ("user32") || cmp ("userenv") || + cmp ("uuid") || cmp ("version") || cmp ("winmm") || cmp ("winspool") || |