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 /basebmp | |
parent | d26118611f108b12815a5e5735992cd591abd87b (diff) |
gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/CppunitTest_basebmp.mk | 1 | ||||
-rw-r--r-- | basebmp/Library_basebmp.mk | 1 | ||||
-rw-r--r-- | basebmp/StaticLibrary_basebmp.mk | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/basebmp/CppunitTest_basebmp.mk b/basebmp/CppunitTest_basebmp.mk index f11b46297e30..fc7275a64801 100644 --- a/basebmp/CppunitTest_basebmp.mk +++ b/basebmp/CppunitTest_basebmp.mk @@ -27,6 +27,7 @@ endif $(eval $(call gb_CppunitTest_use_libraries,basebmp_cpputest,\ basegfx \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index 95230ba646a5..661f5aa2bd22 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -18,6 +18,7 @@ $(eval $(call gb_Library_use_external,basebmp,vigra_headers)) $(eval $(call gb_Library_use_libraries,basebmp,\ basegfx \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/basebmp/StaticLibrary_basebmp.mk b/basebmp/StaticLibrary_basebmp.mk index 07f4f0359dd3..25b923df532b 100644 --- a/basebmp/StaticLibrary_basebmp.mk +++ b/basebmp/StaticLibrary_basebmp.mk @@ -18,6 +18,7 @@ $(eval $(call gb_StaticLibrary_use_external,basebmp,vigra_headers)) $(eval $(call gb_StaticLibrary_use_libraries,basebmp,\ basegfx \ sal \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) |