# -*- 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_Library_Library,mozbootstrap)) $(eval $(call gb_Library_set_componentfile,mozbootstrap,connectivity/source/drivers/mozab/bootstrap/mozbootstrap,services)) $(eval $(call gb_Library_set_include,mozbootstrap,\ -I$(SRCDIR)/connectivity/source/drivers/mozab \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,mozbootstrap)) $(eval $(call gb_Library_use_libraries,mozbootstrap,\ comphelper \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_add_exception_objects,mozbootstrap,\ connectivity/source/drivers/mozab/bootstrap/MMozillaBootstrap \ connectivity/source/drivers/mozab/bootstrap/MNSFolders \ connectivity/source/drivers/mozab/bootstrap/MNSINIParser \ connectivity/source/drivers/mozab/bootstrap/MNSProfileDiscover \ )) # vim: set noet sw=4 ts=4: /zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext
AgeCommit message (Expand)Author
2023-11-09swext: MediaWiki: implement AllowInsecureProtocolsMichael Stahl
2023-06-28Fix typoAndrea Gelmini
2022-03-07cid#1500542 swext: Wiki Publisher: "Insecure TLS version"Michael Stahl
2021-04-11Get rid of apache-commons-loggingStephan Bergmann
2021-04-11Apache Commons Codec/HttpClient/Lang are no longer bundledStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-22cid#1473816 Dereference null return valueCaolán McNamara
2021-03-22cid#1473739 Resource leak on an exceptional pathCaolán McNamara
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-02-04tdf#117331 Merge jurt and unoil into ridlSamuel Mehrbrodt
2019-08-12Fix typosAndrea Gelmini
2019-07-26Fix typoAndrea Gelmini