summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 16:29:24 +0200
committerMichael Stahl <mstahl@redhat.com>2012-09-28 16:49:08 +0200
commit5032dc0fc339ba6b200e80a5482cc86e00662a0b (patch)
tree6ecb751f6fd25a7ee5f66434b10928423d1e05f7 /svx
parent7312f5ceacd44c9980b9262e403d4d9ac10f1aa9 (diff)
gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
Diffstat (limited to 'svx')
-rw-r--r--svx/Executable_gengal.bin.mk2
-rw-r--r--svx/Library_svx.mk2
-rw-r--r--svx/Library_svxcore.mk2
-rw-r--r--svx/Library_textconversiondlgs.mk2
4 files changed, 0 insertions, 8 deletions
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk
index 1cb9d8f78e25..60bedc43dc7c 100644
--- a/svx/Executable_gengal.bin.mk
+++ b/svx/Executable_gengal.bin.mk
@@ -60,8 +60,6 @@ $(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Executable_add_standard_system_libs,$(svx_GENGALBIN)))
-
$(eval $(call gb_Executable_add_exception_objects,$(svx_GENGALBIN),\
svx/source/gengal/gengal \
))
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index 796aa222aac1..6ccba764b892 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -68,8 +68,6 @@ $(eval $(call gb_Library_use_libraries,svx,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,svx))
-
$(eval $(call gb_Library_use_external,svx,icuuc))
$(eval $(call gb_Library_add_exception_objects,svx,\
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 929c8cf49ae6..ec1b98f5bc0d 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -85,8 +85,6 @@ $(eval $(call gb_Library_use_libraries,svxcore,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,svxcore))
-
$(eval $(call gb_Library_use_external,svxcore,icuuc))
$(eval $(call gb_Library_add_exception_objects,svxcore,\
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk
index 13a11c1c1937..f16bf445963d 100644
--- a/svx/Library_textconversiondlgs.mk
+++ b/svx/Library_textconversiondlgs.mk
@@ -51,8 +51,6 @@ $(eval $(call gb_Library_use_libraries,textconversiondlgs,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_add_standard_system_libs,textconversiondlgs))
-
$(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\
svx/source/unodialogs/textconversiondlgs/services \
svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog \