diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-02 17:05:04 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-02-02 17:05:04 +0100 |
commit | 582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch) | |
tree | 753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /svl/Library_svl.mk | |
parent | 5785dee00e8fcfc135385fc847c01be5b5ee295f (diff) |
CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework
Diffstat (limited to 'svl/Library_svl.mk')
-rw-r--r-- | svl/Library_svl.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index 67912fb1dc43..c406fc42b0cf 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -60,17 +60,9 @@ $(eval $(call gb_Library_add_linked_libs,svl,\ ucbhelper \ utl \ vos3 \ - $(gb_StdLibs) \ + $(gb_STDLIBS) \ )) -$(eval $(call gb_Library_add_linked_system_libs,svl,\ - dl \ - icuuc \ - m \ - pthread \ -)) - - $(eval $(call gb_Library_add_exception_objects,svl,\ svl/inc/pch/precompiled_svl \ svl/source/config/asiancfg \ |