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 /shell | |
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 'shell')
-rw-r--r-- | shell/Executable_lngconvex.mk | 1 | ||||
-rw-r--r-- | shell/Library_cmdmail.mk | 1 | ||||
-rw-r--r-- | shell/Library_desktopbe.mk | 1 | ||||
-rw-r--r-- | shell/Library_localebe.mk | 1 | ||||
-rw-r--r-- | shell/Library_recentfile.mk | 1 | ||||
-rw-r--r-- | shell/Library_syssh.mk | 1 | ||||
-rw-r--r-- | shell/Library_wininetbe.mk | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/shell/Executable_lngconvex.mk b/shell/Executable_lngconvex.mk index e3ca7e6a4566..55b4c33c41f5 100644 --- a/shell/Executable_lngconvex.mk +++ b/shell/Executable_lngconvex.mk @@ -18,7 +18,6 @@ $(eval $(call gb_Executable_use_libraries,lngconvex,\ i18nlangtag \ sal \ tl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,lngconvex,\ diff --git a/shell/Library_cmdmail.mk b/shell/Library_cmdmail.mk index 2bba4d432a72..49d76f72484b 100644 --- a/shell/Library_cmdmail.mk +++ b/shell/Library_cmdmail.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_libraries,cmdmail,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,cmdmail,shell/source/cmdmail/cmdmail)) diff --git a/shell/Library_desktopbe.mk b/shell/Library_desktopbe.mk index edd09d996634..7dc32ba47733 100644 --- a/shell/Library_desktopbe.mk +++ b/shell/Library_desktopbe.mk @@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,desktopbe1,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,desktopbe1,shell/source/backends/desktopbe/desktopbe1)) diff --git a/shell/Library_localebe.mk b/shell/Library_localebe.mk index bc0d29043b77..7c4931b2ce39 100644 --- a/shell/Library_localebe.mk +++ b/shell/Library_localebe.mk @@ -22,7 +22,6 @@ $(eval $(call gb_Library_use_libraries,localebe1,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,localebe1,shell/source/backends/localebe/localebe1)) diff --git a/shell/Library_recentfile.mk b/shell/Library_recentfile.mk index 41b402260374..5cd46b307124 100644 --- a/shell/Library_recentfile.mk +++ b/shell/Library_recentfile.mk @@ -21,7 +21,6 @@ $(eval $(call gb_Library_use_externals,recentfile,\ $(eval $(call gb_Library_use_libraries,recentfile,\ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_static_libraries,recentfile,\ diff --git a/shell/Library_syssh.mk b/shell/Library_syssh.mk index 17ee516c5b77..c36056a9536b 100644 --- a/shell/Library_syssh.mk +++ b/shell/Library_syssh.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_libraries,syssh,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) ifeq ($(OS),WNT) diff --git a/shell/Library_wininetbe.mk b/shell/Library_wininetbe.mk index 499ac082cc1e..080323ea1100 100644 --- a/shell/Library_wininetbe.mk +++ b/shell/Library_wininetbe.mk @@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_libraries,wininetbe1,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,wininetbe1,shell/source/backends/wininetbe/wininetbe1)) |