summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2017-03-04 14:36:08 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2017-04-21 18:18:44 +0200
commitde030cd7a234fd9191364647deb1a4836ca992cb (patch)
tree8ac04e8ec53eb01b15bde0d0b079602feafbb1d9 /stoc
parent489414f2395b6c8008ebcda7c37a150fd4ed7ad5 (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 'stoc')
-rw-r--r--stoc/Library_bootstrap.mk1
-rw-r--r--stoc/Library_introspection.mk1
-rw-r--r--stoc/Library_invocadapt.mk1
-rw-r--r--stoc/Library_invocation.mk1
-rw-r--r--stoc/Library_javaloader.mk1
-rw-r--r--stoc/Library_javavm.mk1
-rw-r--r--stoc/Library_namingservice.mk1
-rw-r--r--stoc/Library_proxyfac.mk1
-rw-r--r--stoc/Library_reflection.mk1
-rw-r--r--stoc/Library_stocservices.mk1
10 files changed, 0 insertions, 10 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index 1080cc95e431..bf5a75f55b6c 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Library_use_libraries,bootstrap,\
reg \
sal \
salhelper \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk
index a91ebd777571..b12465d75be7 100644
--- a/stoc/Library_introspection.mk
+++ b/stoc/Library_introspection.mk
@@ -18,7 +18,6 @@ $(eval $(call gb_Library_use_libraries,introspection,\
cppuhelper \
sal \
salhelper \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection))
diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk
index 9e6f729312d4..93f748893c09 100644
--- a/stoc/Library_invocadapt.mk
+++ b/stoc/Library_invocadapt.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,invocadapt,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,invocadapt,stoc/source/invocation_adapterfactory/invocadapt))
diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk
index 8243ec7fd22b..42f17556433c 100644
--- a/stoc/Library_invocation.mk
+++ b/stoc/Library_invocation.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,invocation,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,invocation,stoc/source/invocation/invocation))
diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk
index cce32f8277e8..f0b11fb4a9dc 100644
--- a/stoc/Library_javaloader.mk
+++ b/stoc/Library_javaloader.mk
@@ -19,7 +19,6 @@ $(eval $(call gb_Library_use_libraries,javaloader,\
jvmaccess \
sal \
salhelper \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader))
diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk
index fc4428deff3e..84e29e8556e0 100644
--- a/stoc/Library_javavm.mk
+++ b/stoc/Library_javavm.mk
@@ -21,7 +21,6 @@ $(eval $(call gb_Library_use_libraries,javavm,\
jvmfwk \
sal \
salhelper \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm))
diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk
index 341c6ed22e5f..ace77b7e92cd 100644
--- a/stoc/Library_namingservice.mk
+++ b/stoc/Library_namingservice.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,namingservice,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice))
diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk
index d24f7a238422..cf95b717281e 100644
--- a/stoc/Library_proxyfac.mk
+++ b/stoc/Library_proxyfac.mk
@@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_libraries,proxyfac,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,proxyfac,stoc/source/proxy_factory/proxyfac))
diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk
index dfe1fb7c0638..442c5ec6e581 100644
--- a/stoc/Library_reflection.mk
+++ b/stoc/Library_reflection.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Library_use_libraries,reflection,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection))
diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk
index aa71d9e6403f..970ce9c8ad11 100644
--- a/stoc/Library_stocservices.mk
+++ b/stoc/Library_stocservices.mk
@@ -15,7 +15,6 @@ $(eval $(call gb_Library_use_libraries,stocservices,\
cppu \
cppuhelper \
sal \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Library_use_external,stocservices,boost_headers))