# -*- 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,sc_functions_test_old)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_functions_test_old, \ sc/qa/unit/functions_test_old \ )) $(eval $(call gb_CppunitTest_use_externals,sc_functions_test_old, \ boost_headers \ mdds_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_functions_test_old, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sc \ scqahelper \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sc_functions_test_old,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_functions_test_old,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_functions_test_old)) $(eval $(call gb_CppunitTest_use_vcl,sc_functions_test_old)) $(eval $(call gb_CppunitTest_use_components,sc_functions_test_old,\ basic/util/sb \ chart2/source/chartcore \ chart2/source/controller/chartcontroller \ comphelper/util/comphelp \ configmgr/source/configmgr \ connectivity/source/manager/sdbc2 \ dbaccess/util/dba \ embeddedobj/util/embobj \ eventattacher/source/evtatt \ filter/source/config/cache/filterconfig1 \ filter/source/odfflatxml/odfflatxml \ filter/source/xmlfilteradaptor/xmlfa \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ i18npool/source/search/i18nsearch \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scaddins/source/analysis/analysis \ scaddins/source/datefunc/date \ sc/util/sc \ sc/util/scfilt \ sfx2/util/sfx \ sot/util/sot \ svl/util/svl \ svtools/util/svt \ svx/util/svx \ svx/util/svxcore \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ uui/util/uui \ vcl/vcl.common \ xmloff/util/xo \ xmlscript/util/xmlscript \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_functions_test_old)) # vim: set noet sw=4 ts=4: llabora/co-24.04.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Expand)Author
2021-10-14--enable-lto for distro-configs/* that already use --enable-mergelibsLuboš Luňák
2021-09-25add dbffuzzerCaolán McNamara
2021-09-09a system cuckoo isn't availableCaolán McNamara
2021-09-06Flatpak: Upgrade to 21.08 runtime, disable SkiaStephan Bergmann
2021-09-02turn on symbols for jenkins windows buildsNoel Grandin
2021-08-26There is no --disable-neon configure option any moreTor Lillqvist
2021-08-22ofz: prep for allowing oss-fuzz msanCaolán McNamara
2021-08-16ofz: use system curl .a and system glm headersCaolán McNamara
2021-08-14ofz: build with system libexttextcatCaolán McNamara
2021-08-13ofz: use system .a curl, fontconfig, freetypeCaolán McNamara
2021-08-12use --with-idlc-cpp=cpp instead of --with-system-ucppCaolán McNamara
2021-08-12ofz: use system .a libs when they aren't c++ onesCaolán McNamara
2021-08-10oss-fuzz: can use system ucppCaolán McNamara
2021-08-07disable scripting for fuzzingCaolán McNamara
2021-08-07explicitly disable ldap for fuzzingCaolán McNamara
2021-08-06disable a few more things when fuzzingCaolán McNamara
2021-08-06oss-fuzz: disable some more features we don't needCaolán McNamara
2021-07-27Try without --disable-database-connectivity when building for iOSTor Lillqvist
2021-06-26use --disable-xmlhelp for fuzzingCaolán McNamara
2021-06-04Enable PdfIum for android buildmerttumer
2021-06-01configure: Refactor platform defaultsJan-Marek Glogowski
2021-05-29fix coverity build failure due to --with-privacy-policy-url=...Caolán McNamara
2021-05-26fix callgrind job by providing dummy privacy-urlChristian Lohmaier
2021-05-26fix also the Win64 tinderboxesChristian Lohmaier
2021-05-26fix jenkins tinderboxes config after 15ab55c092e0b474827abe104b73c5bfab6ef28cChristian Lohmaier
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier
2021-05-19Adapt Flatpak build to switch from qrcodegen to zxingStephan Bergmann
2021-05-18make --disable-odk the defaultNoel Grandin
2021-05-05WASM: add distro config, amend readmeThorsten Behrens