From 93a118d728736a9ffb6269b2816d4a1428472baa Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 28 Sep 2012 17:57:08 +0200 Subject: fix WNT build: missed one oleaut32 Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0 --- basic/Library_sb.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 457a52bf6bdf..73eb63163628 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -138,8 +138,7 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ )) ifeq ($(GUI),WNT) -$(eval $(call gb_Library_use_libraries,sb,\ - uwinapi \ +$(eval $(call gb_Library_use_system_win32_libs,sb,\ oleaut32 \ )) endif -- cgit