summaryrefslogtreecommitdiff
path: root/svl/Library_passwordcontainer.mk
diff options
context:
space:
mode:
authortono <tono@openoffice.org>2011-01-05 21:38:47 +0900
committertono <tono@openoffice.org>2011-01-05 21:38:47 +0900
commit719a761b4f8e71a5cf86d5c92bff0cb44be612c7 (patch)
treeea48cb453c32b7fafda1ff64a346273c101b3119 /svl/Library_passwordcontainer.mk
parente389e3aef4fddf06a0e1e902802ad00f2e60905f (diff)
Backed out changeset: e84942bd0aca
Diffstat (limited to 'svl/Library_passwordcontainer.mk')
-rw-r--r--svl/Library_passwordcontainer.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/svl/Library_passwordcontainer.mk b/svl/Library_passwordcontainer.mk
index a0fbe88be93d..d0b35552e18a 100644
--- a/svl/Library_passwordcontainer.mk
+++ b/svl/Library_passwordcontainer.mk
@@ -63,20 +63,6 @@ $(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 \
@@ -85,5 +71,4 @@ $(eval $(call gb_Library_add_linked_libs,passwordcontainer,\
uwinapi \
))
endif
-endif
# vim: set noet sw=4 ts=4: