From de030cd7a234fd9191364647deb1a4836ca992cb Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Sat, 4 Mar 2017 14:36:08 +0100 Subject: gbuild: Remove MSVC 2013 legacy code Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky Tested-by: David Ostrovsky --- lingucomponent/Library_guesslang.mk | 1 - lingucomponent/Library_hyphen.mk | 1 - lingucomponent/Library_lnth.mk | 1 - lingucomponent/Library_spell.mk | 1 - 4 files changed, 4 deletions(-) (limited to 'lingucomponent') 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,\ -- cgit