diff options
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Library_tk.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk index abf06ac8fa35..2ce5b1e8597c 100644 --- a/toolkit/Library_tk.mk +++ b/toolkit/Library_tk.mk @@ -55,6 +55,7 @@ $(eval $(call gb_Library_add_linked_libs,tk,\ tl \ utl \ vcl \ + $(gb_StdLibs) \ )) $(eval $(call gb_Library_add_exception_objects,tk,\ @@ -175,12 +176,6 @@ $(eval $(call gb_Library_add_linked_libs,tk,\ kernel32 \ msvcrt \ )) -else -$(eval $(call gb_Library_add_linked_libs,tk,\ - kernel32 \ - msvcrt \ - uwinapi \ -)) endif endif # vim: set noet sw=4 ts=4: |