# -*- 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,desktop_lok_init)) $(eval $(call gb_CppunitTest_add_exception_objects,desktop_lok_init, \ desktop/qa/unit/desktop-lok-init \ )) $(eval $(call gb_CppunitTest_use_external,desktop_lok_init,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,desktop_lok_init)) $(eval $(call gb_CppunitTest_use_ure,desktop_lok_init)) $(eval $(call gb_CppunitTest_set_include,desktop_lok_init,\ -I$(SRCDIR)/desktop/source/inc \ -I$(SRCDIR)/desktop/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,desktop_lok_init, \ comphelper \ cppu \ sal \ sofficeapp \ vcl \ $(gb_UWINAPI) \ )) ifeq ($(OS),LINUX) $(eval $(call gb_CppunitTest_add_libs,desktop_lok_init,\ -lm \ -ldl \ )) endif $(eval $(call gb_CppunitTest_use_configuration,desktop_lok_init)) # vim: set noet sw=4 ts=4: reoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess
AgeCommit message (Expand)Author
2023-10-22Load the locales from config file for languagetoolMert Tumer
2023-07-16Fix postprocess/README packimages.pl has been replaced by pack_images.pyJulien Nabet
2023-07-12Revert recent LanguageTool commitsXisco Fauli
2023-07-07Load the locales from config file for languagetoolMert Tumer
2023-06-29[API CHANGE] Drop deprecated org/openoffice/ucb/InteractionHandler.xcs fileGabor Kelemen
2023-05-06[API CHANGE] Drop obsolete TemplateRepositoryURL config keyGabor Kelemen
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara
2023-03-23instdir/share/registry/res/registry_de.xcd is effectively emptyCaolán McNamara
2023-01-27Remove support for 32-bit S390Stephan Bergmann
2022-12-13don't rebuild icon-themes if nothing changedChristian Lohmaier
2022-12-13use $(file …) directly instead of gb_var2file when not used as intermediateChristian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-08-03windows signing: use sha256 (instead of the default sha1)Christian Lohmaier
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard
2022-07-15macOS sandbox: disable donation info bar & help entriesChristian Lohmaier
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer