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 /cppuhelper | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_checkapi.mk | 1 | ||||
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk | 1 | ||||
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk | 1 | ||||
-rw-r--r-- | cppuhelper/CppunitTest_cppuhelper_qa_weak.mk | 1 | ||||
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk index 60a66b6e9cf5..4369cfc2ea33 100644 --- a/cppuhelper/CppunitTest_cppuhelper_checkapi.mk +++ b/cppuhelper/CppunitTest_cppuhelper_checkapi.mk @@ -49,6 +49,7 @@ $(call gb_CxxObject_get_target,cppuhelper/qa/checkapi/strings) :| \ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_checkapi,\ cppuhelper \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk b/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk index 3432a83797d8..726c220ff4ea 100644 --- a/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk +++ b/cppuhelper/CppunitTest_cppuhelper_cppu_ifcontainer.mk @@ -39,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_ifcontainer,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk index 658afbcc0b56..2d6c943ecc30 100644 --- a/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk +++ b/cppuhelper/CppunitTest_cppuhelper_cppu_unourl.mk @@ -35,6 +35,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_cppu_unourl,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk b/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk index 455ea6d9ee20..391c13e4ac74 100644 --- a/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk +++ b/cppuhelper/CppunitTest_cppuhelper_qa_weak.mk @@ -39,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,cppuhelper_qa_weak,\ cppu \ cppuhelper \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index 964135bb9db0..705bd7cdc921 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Library_use_libraries,cppuhelper,\ sal \ salhelper \ xmlreader \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |