summaryrefslogtreecommitdiff
path: root/sot
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 /sot
parent017970dc24d6b9e7b647a296a638e4c6892ab42e (diff)
CWS gnumake3: use standard linked libs on Windows
Diffstat (limited to 'sot')
-rw-r--r--sot/Library_sot.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk
index 5201312e05e1..4a5c7ef4ce81 100644
--- a/sot/Library_sot.mk
+++ b/sot/Library_sot.mk
@@ -53,6 +53,7 @@ $(eval $(call gb_Library_add_linked_libs,sot,\
ucbhelper \
stl \
utl \
+ $(gb_StdLibs) \
))
$(eval $(call gb_Library_add_exception_objects,sot,\
@@ -85,11 +86,4 @@ $(eval $(call gb_Library_add_linked_libs,sot,\
))
endif
-ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,sot,\
- kernel32 \
- msvcrt \
- uwinapi \
-))
-endif
# vim: set noet sw=4 ts=4: