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 /unotest | |
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 'unotest')
-rw-r--r-- | unotest/Library_unobootstrapprotector.mk | 1 | ||||
-rw-r--r-- | unotest/Library_unoexceptionprotector.mk | 1 | ||||
-rw-r--r-- | unotest/Library_unotest.mk | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/unotest/Library_unobootstrapprotector.mk b/unotest/Library_unobootstrapprotector.mk index 3ec8b1689b04..f5f8aecaddef 100644 --- a/unotest/Library_unobootstrapprotector.mk +++ b/unotest/Library_unobootstrapprotector.mk @@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,unobootstrapprotector,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unobootstrapprotector,\ diff --git a/unotest/Library_unoexceptionprotector.mk b/unotest/Library_unoexceptionprotector.mk index 65366171848b..52417c9883a9 100644 --- a/unotest/Library_unoexceptionprotector.mk +++ b/unotest/Library_unoexceptionprotector.mk @@ -16,7 +16,6 @@ $(eval $(call gb_Library_use_libraries,unoexceptionprotector,\ cppu \ cppuhelper \ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unoexceptionprotector,\ diff --git a/unotest/Library_unotest.mk b/unotest/Library_unotest.mk index 558b8a745361..ea697699ee82 100644 --- a/unotest/Library_unotest.mk +++ b/unotest/Library_unotest.mk @@ -22,7 +22,6 @@ $(eval $(call gb_Library_use_libraries,unotest,\ cppuhelper \ sal \ sb \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,unotest,\ |