# -*- 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_StaticLibrary_StaticLibrary,libmarverify)) $(eval $(call gb_StaticLibrary_set_include,libmarverify,\ -I$(SRCDIR)/onlineupdate/source/libmar/src/ \ $$(INCLUDE) \ )) ifneq ($(OS),WNT) $(eval $(call gb_StaticLibrary_add_defs,libmarverify,\ -DMAR_NSS \ )) $(eval $(call gb_StaticLibrary_use_externals,libmarverify,\ nss3 \ )) endif $(eval $(call gb_StaticLibrary_add_cobjects,libmarverify,\ onlineupdate/source/libmar/verify/mar_verify \ onlineupdate/source/libmar/verify/cryptox \ )) # vim:set shiftwidth=4 tabstop=4 noexpandtab: */ CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_registry.mk
AgeCommit message (Expand)Author
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-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-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
2021-11-04Resolves: tdf#97046 ensure build system variables start with gb_Sabyasachi Bhoi
2021-07-07tdf#133368: update extensions website URLs and use httpsStéphane Guillou
2021-06-01configure: Refactor disabling DB driversJan-Marek Glogowski
2021-05-26add privacy URL to crashreport dialog & updatecheck tab in optionsChristian Lohmaier
2021-01-19add --disable-librelogo to disable LibreLogo at build timeMichael Stahl
2020-12-13tdf#138715 remove mork driverRene Engelhard
2020-10-12Resolves tdf#137187 - More dictionaries via extensions dialogHeiko Tietze