From 4c45115a7c98f7a2482a5a7fae6cbc40c59c327c Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Thu, 31 Mar 2011 09:48:33 +0200 Subject: Fix windows linking of sc module --- sc/Library_scui.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/Library_scui.mk') diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index f8d561094626..f774d3df00b1 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -56,6 +56,7 @@ $(eval $(call gb_Library_add_linked_libs,scui,\ tl \ utl \ vcl \ + $(gb_STDLIBS) \ )) $(eval $(call gb_Library_add_exception_objects,scui,\ -- cgit