[Libreoffice-commits] .: basic/Library_sb.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Sep 28 08:59:32 PDT 2012


 basic/Library_sb.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 93a118d728736a9ffb6269b2816d4a1428472baa
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 28 17:57:08 2012 +0200

    fix WNT build: missed one oleaut32
    
    Change-Id: Ic079200f6a3f1a1e7ac38f971e4da40a8dd39dd0

diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk
index 457a52b..73eb631 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


More information about the Libreoffice-commits mailing list