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 /slideshow | |
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 'slideshow')
-rw-r--r-- | slideshow/CppunitTest_slideshow.mk | 1 | ||||
-rw-r--r-- | slideshow/Executable_demoshow.mk | 1 | ||||
-rw-r--r-- | slideshow/Library_OGLTrans.mk | 1 | ||||
-rw-r--r-- | slideshow/Library_slideshow.mk | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/slideshow/CppunitTest_slideshow.mk b/slideshow/CppunitTest_slideshow.mk index 8200eb601c5b..f30c474ccbad 100644 --- a/slideshow/CppunitTest_slideshow.mk +++ b/slideshow/CppunitTest_slideshow.mk @@ -43,7 +43,6 @@ $(eval $(call gb_CppunitTest_use_libraries,slideshow,\ tl \ utl \ vcl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\ diff --git a/slideshow/Executable_demoshow.mk b/slideshow/Executable_demoshow.mk index d46e47f759c8..faee8167a2e5 100644 --- a/slideshow/Executable_demoshow.mk +++ b/slideshow/Executable_demoshow.mk @@ -34,7 +34,6 @@ $(eval $(call gb_Executable_use_libraries,demoshow,\ tl \ ucbhelper \ vcl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_exception_objects,demoshow,\ diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk index c7908b666863..4eca2a1ecaa3 100644 --- a/slideshow/Library_OGLTrans.mk +++ b/slideshow/Library_OGLTrans.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Library_use_libraries,OGLTrans,\ cppuhelper \ sal \ vcl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,OGLTrans,\ diff --git a/slideshow/Library_slideshow.mk b/slideshow/Library_slideshow.mk index 0583f5e5f10a..346d5b3a7b0c 100644 --- a/slideshow/Library_slideshow.mk +++ b/slideshow/Library_slideshow.mk @@ -50,7 +50,6 @@ $(eval $(call gb_Library_use_libraries,slideshow,\ tl \ utl \ vcl \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_set_componentfile,slideshow,slideshow/util/slideshow)) |