summaryrefslogtreecommitdiff
path: root/svtools/Library_svt.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-02 17:05:04 +0100
commit582eb5a368de1627164bc50e25f9eab8ae96e1a8 (patch)
tree753f5f1ac5b0aa5741d3b4f45b27d3f549fff153 /svtools/Library_svt.mk
parent5785dee00e8fcfc135385fc847c01be5b5ee295f (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 'svtools/Library_svt.mk')
-rw-r--r--svtools/Library_svt.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk
index 48af2fba6395..02774c3482d0 100644
--- a/svtools/Library_svt.mk
+++ b/svtools/Library_svt.mk
@@ -70,6 +70,7 @@ $(eval $(call gb_Library_add_linked_libs,svt,\
utl \
vcl \
vos3 \
+ $(gb_STDLIBS) \
))
ifeq ($(SYSTEM_JPEG),YES)
@@ -290,14 +291,6 @@ $(eval $(call gb_Library_add_cobjects,svt,\
svtools/source/filter.vcl/jpeg/jpegc \
))
-ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,svt,\
- dl \
- m \
- pthread \
-))
-endif
-
ifeq ($(OS),WNT)
ifneq ($(USE_MINGW),)
$(eval $(call gb_Library_add_linked_libs,svt,\
@@ -321,14 +314,11 @@ else
$(eval $(call gb_Library_add_linked_libs,svt,\
advapi32 \
gdi32 \
- kernel32 \
- msvcrt \
oldnames \
ole32 \
oleaut32 \
user32 \
uuid \
- uwinapi \
))
endif
endif