From 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Sep 2012 23:45:28 +0200 Subject: gbuild: split uwinapi out of gb_STDLIBS Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 --- formula/Library_for.mk | 1 + formula/Library_forui.mk | 1 + 2 files changed, 2 insertions(+) (limited to 'formula') diff --git a/formula/Library_for.mk b/formula/Library_for.mk index ce93f1695e7a..4678e9f4aeda 100644 --- a/formula/Library_for.mk +++ b/formula/Library_for.mk @@ -52,6 +52,7 @@ $(eval $(call gb_Library_use_libraries,for,\ tl \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) diff --git a/formula/Library_forui.mk b/formula/Library_forui.mk index 5aaea81d65b7..3090ed411160 100644 --- a/formula/Library_forui.mk +++ b/formula/Library_forui.mk @@ -51,6 +51,7 @@ $(eval $(call gb_Library_use_libraries,forui,\ tl \ utl \ vcl \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) -- cgit