diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 23:45:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:05 +0200 |
commit | 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch) | |
tree | a9490f3ae4a64e0de2e1982dfbc4a8e28836070f /lingucomponent | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_guesslang.mk | 3 | ||||
-rw-r--r-- | lingucomponent/Library_hyphen.mk | 3 | ||||
-rw-r--r-- | lingucomponent/Library_lnth.mk | 3 | ||||
-rw-r--r-- | lingucomponent/Library_spell.mk | 3 |
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,\ |