diff options
author | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
---|---|---|
committer | tono <tono@openoffice.org> | 2011-01-05 21:38:47 +0900 |
commit | 719a761b4f8e71a5cf86d5c92bff0cb44be612c7 (patch) | |
tree | ea48cb453c32b7fafda1ff64a346273c101b3119 /toolkit/Library_tk.mk | |
parent | e389e3aef4fddf06a0e1e902802ad00f2e60905f (diff) |
Backed out changeset: e84942bd0aca
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r-- | toolkit/Library_tk.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index ab51c1e282bb..9d94c76314f1 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -166,23 +166,10 @@ $(eval $(call gb_Library_add_linked_libs,tk,\ )) 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 \ -)) -else $(eval $(call gb_Library_add_linked_libs,tk,\ kernel32 \ msvcrt \ uwinapi \ )) endif -endif # vim: set noet sw=4 ts=4: |