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 /sfx2 | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/CppunitTest_sfx2_metadatable.mk | 1 | ||||
-rw-r--r-- | sfx2/Library_qstart.mk | 1 | ||||
-rw-r--r-- | sfx2/Library_sfx.mk | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sfx2/CppunitTest_sfx2_metadatable.mk b/sfx2/CppunitTest_sfx2_metadatable.mk index ae2132d05915..6c1d68d8c189 100644 --- a/sfx2/CppunitTest_sfx2_metadatable.mk +++ b/sfx2/CppunitTest_sfx2_metadatable.mk @@ -28,6 +28,7 @@ $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_metadatable)) $(eval $(call gb_CppunitTest_use_libraries,sfx2_metadatable, \ sal \ sfx \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sfx2/Library_qstart.mk b/sfx2/Library_qstart.mk index ccd254c889f5..12c1812a96b4 100644 --- a/sfx2/Library_qstart.mk +++ b/sfx2/Library_qstart.mk @@ -52,6 +52,7 @@ $(eval $(call gb_Library_use_libraries,qstart_gtk,\ utl \ vcl \ sfx \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index 3ed3a02ce483..5e01c7d01f70 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -67,6 +67,7 @@ $(eval $(call gb_Library_use_libraries,sfx,\ ucbhelper \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |