summaryrefslogtreecommitdiff
path: root/sw/Library_swui.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_swui.mk')
-rw-r--r--sw/Library_swui.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/Library_swui.mk b/sw/Library_swui.mk
index 22430501f810..3d039601df0a 100644
--- a/sw/Library_swui.mk
+++ b/sw/Library_swui.mk
@@ -65,6 +65,7 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
ucbhelper \
utl \
vcl \
+ $(gb_StdLibs) \
))
$(eval $(call gb_Library_add_exception_objects,swui,\
@@ -179,15 +180,6 @@ $(eval $(call gb_Library_add_linked_libs,swui,\
msvcrt \
user32 \
))
-else
-$(eval $(call gb_Library_add_linked_libs,swui,\
- advapi32 \
- kernel32 \
- msvcrt \
- oldnames \
- user32 \
- uwinapi \
-))
endif
endif
# vim: set noet sw=4 ts=4: