summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/Library_guesslang.mk3
-rw-r--r--lingucomponent/Library_hyphen.mk3
-rw-r--r--lingucomponent/Library_lnth.mk3
-rw-r--r--lingucomponent/Library_spell.mk3
4 files changed, 8 insertions, 4 deletions
diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk
index a2e3ad8bbbc3..bfd8ffa7a805 100644
--- a/lingucomponent/Library_guesslang.mk
+++ b/lingucomponent/Library_guesslang.mk
@@ -32,12 +32,13 @@ $(eval $(call gb_Library_set_componentfile,guesslang,lingucomponent/source/langu
$(eval $(call gb_Library_use_sdk_api,guesslang))
$(eval $(call gb_Library_use_libraries,guesslang,\
- $(gb_STDLIBS) \
cppu \
cppuhelper \
sal \
tl \
utl \
+ $(gb_UWINAPI) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_use_externals,guesslang,\
diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk
index 1fd9e79aaa61..ce28dd9e9b67 100644
--- a/lingucomponent/Library_hyphen.mk
+++ b/lingucomponent/Library_hyphen.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_Library_set_include,hyphen,\
$(eval $(call gb_Library_use_sdk_api,hyphen))
$(eval $(call gb_Library_use_libraries,hyphen,\
- $(gb_STDLIBS) \
cppu \
cppuhelper \
i18nisolang1 \
@@ -45,6 +44,8 @@ $(eval $(call gb_Library_use_libraries,hyphen,\
sal \
tl \
utl \
+ $(gb_UWINAPI) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_use_static_libraries,hyphen,\
diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk
index a406d83ada5b..96a57d04e246 100644
--- a/lingucomponent/Library_lnth.mk
+++ b/lingucomponent/Library_lnth.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_Library_set_include,lnth,\
$(eval $(call gb_Library_use_sdk_api,lnth))
$(eval $(call gb_Library_use_libraries,lnth,\
- $(gb_STDLIBS) \
comphelper \
cppu \
cppuhelper \
@@ -46,6 +45,8 @@ $(eval $(call gb_Library_use_libraries,lnth,\
sal \
tl \
utl \
+ $(gb_UWINAPI) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_use_static_libraries,lnth,\
diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk
index a9349e089ca6..2868b3e0d8ce 100644
--- a/lingucomponent/Library_spell.mk
+++ b/lingucomponent/Library_spell.mk
@@ -37,7 +37,6 @@ $(eval $(call gb_Library_set_include,spell,\
$(eval $(call gb_Library_use_sdk_api,spell))
$(eval $(call gb_Library_use_libraries,spell,\
- $(gb_STDLIBS) \
cppu \
cppuhelper \
i18nisolang1 \
@@ -45,6 +44,8 @@ $(eval $(call gb_Library_use_libraries,spell,\
sal \
tl \
utl \
+ $(gb_UWINAPI) \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_use_static_libraries,spell,\