From c923f7d2c210dc7846767fc0ac6ece2a0d7812a8 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 7 Apr 2012 23:22:08 +0200 Subject: gbuild: "use" vs. "add": Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) --- stoc/Library_bootstrap.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stoc/Library_bootstrap.mk') diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index 490139bfa421..efdaf4e26177 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -48,11 +48,11 @@ $(eval $(call gb_Library_set_include,bootstrap,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_add_internal_bootstrap_api,bootstrap,\ +$(eval $(call gb_Library_use_internal_bootstrap_api,bootstrap,\ bootstrap \ )) -$(eval $(call gb_Library_add_linked_libs,bootstrap,\ +$(eval $(call gb_Library_use_libraries,bootstrap,\ cppu \ cppuhelper \ reg \ -- cgit 4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_ooxmlexport.mk
AgeCommit message (Expand)Author
2014-02-14Added unit test for fdo#73872:YogeshBharate
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-16oox: added methods to lock Smart-Art editionAndres Gomez
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-08-26bnc#834035 DOCX export: fix hyperlinks of illustration indexMiklos Vajna