Kaydet (Commit) b3b76d1a authored tarafından David Tardon's avatar David Tardon

add $(gb_STDLIBS) to linked libs

üst c6fc60d0
......@@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,acceptor,\
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,acceptor,io/source/acceptor/acceptor))
......
......@@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,connector,\
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,connector,io/source/connector/connector))
......
......@@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,streams,\
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,streams,io/source/stm/streams))
......
......@@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,textinstream,\
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,textinstream,io/source/TextInputStream/textinstream))
......
......@@ -35,6 +35,7 @@ $(eval $(call gb_Library_add_linked_libs,textoutstream,\
cppu \
cppuhelper \
sal \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_set_componentfile,textoutstream,io/source/TextOutputStream/textoutstream))
......
......@@ -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))
......
......@@ -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))
......
......@@ -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))
......
......@@ -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))
......
......@@ -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))
......
......@@ -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,\
......
......@@ -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))
......
......@@ -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))
......
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment