summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-01 18:44:12 +0100
commitf7d5dd5f78289e1e0934d45262debd532432394f (patch)
treeb582bd83ab8e0f908349ebde958d303ba47091a4 /toolkit/Library_tk.mk
parent017970dc24d6b9e7b647a296a638e4c6892ab42e (diff)
CWS gnumake3: use standard linked libs on Windows
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk7
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: