summaryrefslogtreecommitdiffstats
path: root/io
diff options
context:
space:
mode:
Diffstat (limited to 'io')
-rw-r--r--io/Library_acceptor.mk3
-rw-r--r--io/Library_connector.mk3
-rw-r--r--io/Library_streams.mk3
-rw-r--r--io/Library_textinstream.mk3
-rw-r--r--io/Library_textoutstream.mk3
5 files changed, 10 insertions, 5 deletions
diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk
index a07da5d58765..f00e15bed383 100644
--- a/io/Library_acceptor.mk
+++ b/io/Library_acceptor.mk
@@ -34,9 +34,10 @@ $(eval $(call gb_Library_use_libraries,acceptor,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,acceptor))
+
$(eval $(call gb_Library_set_componentfile,acceptor,io/source/acceptor/acceptor))
$(eval $(call gb_Library_add_exception_objects,acceptor,\
diff --git a/io/Library_connector.mk b/io/Library_connector.mk
index 2bbe7257e922..826b074507c3 100644
--- a/io/Library_connector.mk
+++ b/io/Library_connector.mk
@@ -34,9 +34,10 @@ $(eval $(call gb_Library_use_libraries,connector,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,connector))
+
$(eval $(call gb_Library_set_componentfile,connector,io/source/connector/connector))
$(eval $(call gb_Library_add_exception_objects,connector,\
diff --git a/io/Library_streams.mk b/io/Library_streams.mk
index bb79154ff61a..8bf18f4db6d2 100644
--- a/io/Library_streams.mk
+++ b/io/Library_streams.mk
@@ -34,9 +34,10 @@ $(eval $(call gb_Library_use_libraries,streams,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,streams))
+
$(eval $(call gb_Library_set_componentfile,streams,io/source/stm/streams))
$(eval $(call gb_Library_add_exception_objects,streams,\
diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk
index b921a206792d..80ada3ef8d17 100644
--- a/io/Library_textinstream.mk
+++ b/io/Library_textinstream.mk
@@ -36,9 +36,10 @@ $(eval $(call gb_Library_use_libraries,textinstream,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,textinstream))
+
$(eval $(call gb_Library_set_componentfile,textinstream,io/source/TextInputStream/textinstream))
$(eval $(call gb_Library_add_exception_objects,textinstream,\
diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk
index 17fe1ec591a3..b6b0ff2bf899 100644
--- a/io/Library_textoutstream.mk
+++ b/io/Library_textoutstream.mk
@@ -36,9 +36,10 @@ $(eval $(call gb_Library_use_libraries,textoutstream,\
cppuhelper \
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,textoutstream))
+
$(eval $(call gb_Library_set_componentfile,textoutstream,io/source/TextOutputStream/textoutstream))
$(eval $(call gb_Library_add_exception_objects,textoutstream,\