summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorDamjan Jovanovic <damjan@apache.org>2018-08-15 18:16:27 +0000
committerDamjan Jovanovic <damjan@apache.org>2018-08-15 18:16:27 +0000
commit911842ad46b2391676c451fe5fafb2b70ef7927a (patch)
treed32fdf81ff3cfee15dbe7f8d8f95e69af64b2216 /xmlhelp
parent6180d04a63e605fbabeb53e538406526dc7ef60c (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.mk1
-rw-r--r--xmlhelp/Library_ucpchelp1.mk1
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) \
))