# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Executable_Executable,localize)) $(eval $(call gb_Executable_set_include,localize,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,localize,\ sal \ )) $(eval $(call gb_Executable_use_static_libraries,localize,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,localize,\ l10ntools/source/localize \ )) $(eval $(call gb_Executable_use_externals,localize,\ boost_headers \ libxml2 \ )) # vim:set noet sw=4 ts=4: /CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_styleloaderobj.mk
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-11-23CppunitTest_sc_styleloaderobj: adapt to now enabled sidebar in CalcMiklos Vajna
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-08-08XStyleLoader2 loadStylesFromDocument - unit testsLaurent Godard