diff options
author | David Ostrovsky <david@ostrovsky.org> | 2017-03-04 14:36:08 +0100 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2017-04-21 18:18:44 +0200 |
commit | de030cd7a234fd9191364647deb1a4836ca992cb (patch) | |
tree | 8ac04e8ec53eb01b15bde0d0b079602feafbb1d9 /lingucomponent | |
parent | 489414f2395b6c8008ebcda7c37a150fd4ed7ad5 (diff) |
gbuild: Remove MSVC 2013 legacy code
Uwinapi is discontinued.
Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01
Reviewed-on: https://gerrit.libreoffice.org/23198
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Tested-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/Library_guesslang.mk | 1 | ||||
-rw-r--r-- | lingucomponent/Library_hyphen.mk | 1 | ||||
-rw-r--r-- | lingucomponent/Library_lnth.mk | 1 | ||||
-rw-r--r-- | lingucomponent/Library_spell.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/lingucomponent/Library_guesslang.mk b/lingucomponent/Library_guesslang.mk index c8ee6ec026df..55f9225722a5 100644 --- a/lingucomponent/Library_guesslang.mk +++ b/lingucomponent/Library_guesslang.mk @@ -25,7 +25,6 @@ $(eval $(call gb_Library_use_libraries,guesslang,\ sal \ tl \ utl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,guesslang,\ diff --git a/lingucomponent/Library_hyphen.mk b/lingucomponent/Library_hyphen.mk index 5ea6cd8c0355..6e771351de47 100644 --- a/lingucomponent/Library_hyphen.mk +++ b/lingucomponent/Library_hyphen.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_use_libraries,hyphen,\ sal \ tl \ utl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,hyphen,\ diff --git a/lingucomponent/Library_lnth.mk b/lingucomponent/Library_lnth.mk index ea1430ce6e41..500e1c8eef19 100644 --- a/lingucomponent/Library_lnth.mk +++ b/lingucomponent/Library_lnth.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_use_libraries,lnth,\ sal \ tl \ utl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,lnth,\ diff --git a/lingucomponent/Library_spell.mk b/lingucomponent/Library_spell.mk index 408eb72afc9c..e7d8a318271a 100644 --- a/lingucomponent/Library_spell.mk +++ b/lingucomponent/Library_spell.mk @@ -28,7 +28,6 @@ $(eval $(call gb_Library_use_libraries,spell,\ sal \ tl \ utl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,spell,\ |