diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-03 10:24:18 +0100 |
commit | ec283a532c1a30270f41f3f57c6c0ff3612a11d3 (patch) | |
tree | 48a9da56e08f85efe7794d5dffead2403174f315 /toolkit | |
parent | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (diff) |
CWS gnumake3: clean up mingw stuff after adding STDLIBS
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 15 |
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: |