diff options
Diffstat (limited to 'sot')
-rw-r--r-- | sot/Library_sot.mk | 8 |
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: |