diff options
author | Damjan Jovanovic <damjan@apache.org> | 2018-08-15 18:16:27 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2018-08-15 18:16:27 +0000 |
commit | 911842ad46b2391676c451fe5fafb2b70ef7927a (patch) | |
tree | d32fdf81ff3cfee15dbe7f8d8f95e69af64b2216 /xmlhelp | |
parent | 6180d04a63e605fbabeb53e538406526dc7ef60c (diff) |
"stl" is a mandatory library to link to.
Windows always fails to link libraries without it.
Patch by: me
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Library_tvhlp1.mk | 1 | ||||
-rw-r--r-- | xmlhelp/Library_ucpchelp1.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/Library_tvhlp1.mk b/xmlhelp/Library_tvhlp1.mk index cceae74278d1..2b90a78d76d2 100644 --- a/xmlhelp/Library_tvhlp1.mk +++ b/xmlhelp/Library_tvhlp1.mk @@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,tvhlp1,\ cppu \ cppuhelper \ sal \ + stl \ $(gb_STDLIBS) \ )) diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index d9746a314f75..135ddb7926b2 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -51,6 +51,7 @@ $(eval $(call gb_Library_add_linked_libs,ucpchelp1,\ cppu \ cppuhelper \ sal \ + stl \ ucbhelper \ $(gb_STDLIBS) \ )) |