summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-03 10:24:18 +0100
commitf6995c48aabedfda6ba6852eabeb10d335cad219 (patch)
tree18ace76a2e7be00ef1900ef68e24289050f7ec04 /sw/Library_swd.mk
parentc3c1e664ee43c83937f82362e64296ec9d8018e6 (diff)
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'sw/Library_swd.mk')
-rw-r--r--sw/Library_swd.mk15
1 files changed, 1 insertions, 14 deletions
diff --git a/sw/Library_swd.mk b/sw/Library_swd.mk
index 4f6de7a8dbc0..a0dcfaf29c3a 100644
--- a/sw/Library_swd.mk
+++ b/sw/Library_swd.mk
@@ -68,18 +68,5 @@ $(eval $(call gb_Library_add_exception_objects,swd,\
sw/source/ui/uno/swdet2 \
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 \
-))
-endif
-endif
+
# vim: set noet sw=4 ts=4: