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 --- javaunohelper/Library_juh.mk | 1 - javaunohelper/Library_juhx.mk | 1 - 2 files changed, 2 deletions(-) (limited to 'javaunohelper') diff --git a/javaunohelper/Library_juh.mk b/javaunohelper/Library_juh.mk index 4cf51a5baac9..aa7a4f105c63 100644 --- a/javaunohelper/Library_juh.mk +++ b/javaunohelper/Library_juh.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_internal_comprehensive_api,juh,\ $(eval $(call gb_Library_use_libraries,juh,\ sal \ - $(gb_UWINAPI) \ )) ifneq ($(DISABLE_DYNLOADING),TRUE) diff --git a/javaunohelper/Library_juhx.mk b/javaunohelper/Library_juhx.mk index dde1e23ef80b..1a24e5ef54f2 100644 --- a/javaunohelper/Library_juhx.mk +++ b/javaunohelper/Library_juhx.mk @@ -19,7 +19,6 @@ $(eval $(call gb_Library_use_libraries,juhx,\ jvmaccess \ sal \ salhelper \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,juhx,\ -- cgit