# -*- 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_CppunitTest_CppunitTest,sw_txtencexport)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_txtencexport)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_txtencexport, \ sw/qa/extras/txtencexport/txtencexport \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_txtencexport, \ comphelper \ cppu \ cppuhelper \ i18nlangtag \ sal \ sfx \ subsequenttest \ sw \ swqahelper \ test \ tl \ unotest \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_txtencexport,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_txtencexport,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_txtencexport,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_txtencexport)) $(eval $(call gb_CppunitTest_use_vcl,sw_txtencexport)) $(eval $(call gb_CppunitTest_use_rdb,sw_txtencexport,services)) $(eval $(call gb_CppunitTest_use_configuration,sw_txtencexport)) ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),) $(eval $(call gb_CppunitTest_set_non_application_font_use,sw_txtencexport,abort)) endif # vim: set noet sw=4 ts=4: distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier
2024-04-30WaE: C6011 Dereferencing NULL pointer warnings from unchecked mallocCaolán McNamara
2024-04-26MSI: Fix use of illegal character in table Binarykubak
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2024-03-13tdf#160180: bump copyright year to 2024Julien Nabet
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath
2023-11-09loplugin:unnecessarygetstr (clang-cl)Stephan Bergmann
2023-10-25small steps to getting ASAN on Windows workingNoel Grandin
2023-07-26tdf#144053 Compare version to ProductKey entry in bootstraprcPatrick Luby
2023-06-09improve dictionary package descriptionsAndras Timar
2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos
2022-09-07tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroTomoyuki Kubota
2022-08-27Add Persian (fa-IR) dictionary to installsetAron Budea
2022-05-18tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actionsSamuel Mehrbrodt
2022-05-11Add error handling to RenamePrgFolder and RemovePrgFolderSamuel Mehrbrodt
2022-04-26Drop unused LanguageTool extensionGabor Kelemen
2022-04-26Drop unused CT2N extensionGabor Kelemen
2022-04-10loplugin:emptyStephan Bergmann
2022-02-14Adding Central Kurdish(ckb) Spell Checker & DictionaryOlivier Hallot
2022-01-29use mktemp for FAKEDBRPMCaolán McNamara
2022-01-28use mktemp for outdirCaolán McNamara
2022-01-28use mktemp for UNPACKDIRCaolán McNamara
2021-01-01Bump copyright year to 2021Adolfo Jayme Barrientos
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-08-20Make some scripts more portableIlmari Lauhakangas