diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-26 23:45:28 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-28 16:49:05 +0200 |
commit | 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 (patch) | |
tree | a9490f3ae4a64e0de2e1982dfbc4a8e28836070f /io | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'io')
-rw-r--r-- | io/Library_acceptor.mk | 1 | ||||
-rw-r--r-- | io/Library_connector.mk | 1 | ||||
-rw-r--r-- | io/Library_streams.mk | 1 | ||||
-rw-r--r-- | io/Library_textinstream.mk | 1 | ||||
-rw-r--r-- | io/Library_textoutstream.mk | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/io/Library_acceptor.mk b/io/Library_acceptor.mk index 80062249654c..a07da5d58765 100644 --- a/io/Library_acceptor.mk +++ b/io/Library_acceptor.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,acceptor,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/io/Library_connector.mk b/io/Library_connector.mk index c2147e7d3f31..2bbe7257e922 100644 --- a/io/Library_connector.mk +++ b/io/Library_connector.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,connector,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/io/Library_streams.mk b/io/Library_streams.mk index 696bc4716c77..bb79154ff61a 100644 --- a/io/Library_streams.mk +++ b/io/Library_streams.mk @@ -33,6 +33,7 @@ $(eval $(call gb_Library_use_libraries,streams,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/io/Library_textinstream.mk b/io/Library_textinstream.mk index d9c67a245fc1..b921a206792d 100644 --- a/io/Library_textinstream.mk +++ b/io/Library_textinstream.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,textinstream,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/io/Library_textoutstream.mk b/io/Library_textoutstream.mk index 0fdaf7ffd9c9..17fe1ec591a3 100644 --- a/io/Library_textoutstream.mk +++ b/io/Library_textoutstream.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_use_libraries,textoutstream,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |