summaryrefslogtreecommitdiff
path: root/svl/Library_passwordcontainer.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-25 18:35:57 +0100
commit5ede6609549b11eb205e080341438bed5f9858e0 (patch)
tree33be88516ed938aba3b7d9878ef088ee467efa68 /svl/Library_passwordcontainer.mk
parent0ab2ece0b9e074ed63d793ce8e487a07307b12e5 (diff)
parentffd600e777970df0908125da66b280e1b00dbec9 (diff)
CWS gnumake3: resync to m98
Diffstat (limited to 'svl/Library_passwordcontainer.mk')
-rw-r--r--svl/Library_passwordcontainer.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index 7a0dbcc2babe..654f394f6176 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -63,6 +63,20 @@ $(eval $(call gb_Library_add_exception_objects,passwordcontainer,\
))
ifeq ($(OS),WNT)
+ifneq ($(USE_MINGW),)
+$(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
+ mingwthrd \
+ $(gb_MINGW_LIBSTDCPP) \
+ mingw32 \
+ $(gb_MINGW_LIBGCC) \
+ uwinapi \
+ moldname \
+ mingwex \
+ kernel32 \
+ msvcrt \
+ user32 \
+))
+else
$(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
kernel32 \
msvcrt \
@@ -71,4 +85,5 @@ $(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
uwinapi \
))
endif
+endif
# vim: set noet sw=4 ts=4: