summaryrefslogtreecommitdiff
path: root/sw/Library_swd.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
commitcc9a9d52686d3874ed0932eba4a750845860ae3e (patch)
tree00defdb84ec1fc7ba9273c80748fcdbdc6b85313 /sw/Library_swd.mk
parent24735ecb14ca4ea87ba531ac05bb6557a050e424 (diff)
Backed out changeset: e84942bd0aca
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r--sw/Library_swd.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index 39440092c574..17511d3bf4ed 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -70,23 +70,10 @@ $(eval $(call gb_Library_add_exception_objects,swd,\
sw/source/ui/uno/swdetect \
))
ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
-$(eval $(call gb_Library_add_linked_libs,swd,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- mingwex \
- kernel32 \
- msvcrt \
-))
-else
$(eval $(call gb_Library_add_linked_libs,swd,\
kernel32 \
msvcrt \
uwinapi \
))
endif
-endif
# vim: set noet sw=4 ts=4: