summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.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
commitec283a532c1a30270f41f3f57c6c0ff3612a11d3 (patch)
tree48a9da56e08f85efe7794d5dffead2403174f315 /toolkit/Library_tk.mk
parent582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff)
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk15
1 files changed, 1 insertions, 14 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index d2a988928efb..453a0aa473f8 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -161,18 +161,5 @@ $(eval $(call gb_Library_add_linked_libs,tk,\
X11 \
))
endif
-ifeq ($(OS),WNT)
-ifneq ($(USE_MINGW),)
-$(eval $(call gb_Library_add_linked_libs,tk,\
- mingwthrd \
- $(gb_MINGW_LIBSTDCPP) \
- mingw32 \
- $(gb_MINGW_LIBGCC) \
- uwinapi \
- mingwex \
- kernel32 \
- msvcrt \
-))
-endif
-endif
+
# vim: set noet sw=4 ts=4: