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 /jurt | |
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 'jurt')
-rw-r--r-- | jurt/Library_jpipe.mk | 4 | ||||
-rw-r--r-- | jurt/Library_jpipx.mk | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk index dbe0b8937a56..2e26df17e13d 100644 --- a/jurt/Library_jpipe.mk +++ b/jurt/Library_jpipe.mk @@ -9,10 +9,6 @@ $(eval $(call gb_Library_Library,jpipe)) -$(eval $(call gb_Library_use_libraries,jpipe,\ - $(gb_UWINAPI) \ -)) - ifeq ($(OS),WNT) # The real library is called jpipx on Windows. We build only a wrapper diff --git a/jurt/Library_jpipx.mk b/jurt/Library_jpipx.mk index c04dba850e50..589d9c8eef36 100644 --- a/jurt/Library_jpipx.mk +++ b/jurt/Library_jpipx.mk @@ -11,7 +11,6 @@ $(eval $(call gb_Library_Library,jpipx)) $(eval $(call gb_Library_use_libraries,jpipx,\ sal \ - $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_cobjects,jpipx,\ |