summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
commitf3f0ec3c9ecec3cc677bb0c8f190dab43644b707 (patch)
treebc72f8fad67e817f7e4cc2a82aaf5f3e19dad4b5 /sw/Library_msword.mk
parent18d50889bd8ebcf027cdbc93106a2473a852a471 (diff)
CWS gnumake3: use standard linked libs on Windows
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 86a2ec05eb65..ed3f2b036b8b 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -71,6 +71,7 @@ $(eval $(call gb_Library_add_linked_libs,msword,\
ucbhelper \
utl \
vcl \
+ $(gb_StdLibs) \
))
$(eval $(call gb_Library_add_exception_objects,msword,\
@@ -127,15 +128,6 @@ $(eval $(call gb_Library_add_linked_libs,msword,\
msvcrt \
user32 \
))
-else
-$(eval $(call gb_Library_add_linked_libs,msword,\
- advapi32 \
- kernel32 \
- msvcrt \
- oldnames \
- user32 \
- uwinapi \
-))
endif
endif
# vim: set noet sw=4 ts=4: