summaryrefslogtreecommitdiff
path: root/stoc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-13 11:54:07 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-24 15:23:55 +0100
commitb3b76d1abb5ab9af33ce559872c2e1c45ecdbbd0 (patch)
treee4eb2f97d9e3e97a32e212a304310ef853ad534c /stoc
parentc6fc60d0739e1539e2efae23461f970eda7cf0f4 (diff)
add $(gb_STDLIBS) to linked libs
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.mk9
-rw-r--r--stoc/Library_namingservice.mk1
-rw-r--r--stoc/Library_proxyfac.mk1
-rw-r--r--stoc/Library_reflection.mk1
9 files changed, 9 insertions, 8 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk
index 12a86788ebc0..490139bfa421 100644
--- a/stoc/Library_bootstrap.mk
+++ b/stoc/Library_bootstrap.mk
@@ -59,6 +59,7 @@ $(eval $(call gb_Library_add_linked_libs,bootstrap,\
sal \
salhelper \
xmlreader \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,bootstrap,stoc/util/bootstrap))
diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk
index 5766c017d2ee..1e9c97b42a01 100644
--- a/stoc/Library_introspection.mk
+++ b/stoc/Library_introspection.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,introspection,\
cppuhelper \
sal \
salhelper \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,introspection,stoc/source/inspect/introspection))
diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk
index 2da8cf5f6aec..1c5905071bf7 100644
--- a/stoc/Library_invocadapt.mk
+++ b/stoc/Library_invocadapt.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,invocadapt,\
cppu \
cppuhelper \
sal \
+ $(gb_STDLIBS) \
))
$(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 4ac1f2ef1658..92ac438477d2 100644
--- a/stoc/Library_invocation.mk
+++ b/stoc/Library_invocation.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,invocation,\
cppu \
cppuhelper \
sal \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,invocation,stoc/source/invocation/invocation))
diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk
index 60f7ae6a39e3..e0f1a1391c3d 100644
--- a/stoc/Library_javaloader.mk
+++ b/stoc/Library_javaloader.mk
@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,javaloader,\
cppuhelper \
jvmaccess \
sal \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,javaloader,stoc/source/javaloader/javaloader))
diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk
index c28e10de8ea9..2095def49dda 100644
--- a/stoc/Library_javavm.mk
+++ b/stoc/Library_javavm.mk
@@ -48,16 +48,9 @@ $(eval $(call gb_Library_add_linked_libs,javavm,\
jvmfwk \
sal \
salhelper \
+ $(gb_STDLIBS) \
))
-ifeq ($(GUI),WNT)
-
-$(eval $(call gb_Library_add_linked_libs,javavm,\
- advapi32 \
-))
-
-endif
-
$(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm))
$(eval $(call gb_Library_add_exception_objects,javavm,\
diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk
index 33181dba6651..eaa4d7080c59 100644
--- a/stoc/Library_namingservice.mk
+++ b/stoc/Library_namingservice.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,namingservice,\
cppu \
cppuhelper \
sal \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,namingservice,stoc/source/namingservice/namingservice))
diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk
index 156d70c8983d..fe1293beff29 100644
--- a/stoc/Library_proxyfac.mk
+++ b/stoc/Library_proxyfac.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,proxyfac,\
cppu \
cppuhelper \
sal \
+ $(gb_STDLIBS) \
))
$(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 1d90ea75675a..c56bf0a88a2b 100644
--- a/stoc/Library_reflection.mk
+++ b/stoc/Library_reflection.mk
@@ -45,6 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,reflection,\
cppu \
cppuhelper \
sal \
+ $(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,reflection,stoc/source/corereflection/reflection))