# -*- 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,crashreport)) $(eval $(call gb_Library_set_include,crashreport,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ )) $(eval $(call gb_Library_use_externals,crashreport,\ breakpad \ curl \ )) $(eval $(call gb_Library_add_defs,crashreport,\ -DCRASHREPORT_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_add_libs,crashreport,\ $(if $(filter LINUX %BSD SOLARIS, $(OS)), \ $(DLOPEN_LIBS) \ ) \ )) $(eval $(call gb_Library_use_sdk_api,crashreport)) $(eval $(call gb_Library_use_libraries,crashreport,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ utl \ )) $(eval $(call gb_Library_add_exception_objects,crashreport,\ desktop/source/app/crashreport \ desktop/source/minidump/minidump \ )) # vim: set ts=4 sw=4 et: lue='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/util
AgeCommit message (Expand)Author
2021-06-30indexing: add indexing export as an export filter for WriterTomaž Vajngerl
2020-07-27sw/vba: create instances with uno constructorsNoel Grandin
2020-07-26sw: create instances with uno constructorsNoel Grandin
2020-01-14rework PageOrientationPopup to be a PopupWindowControllerCaolán McNamara
2020-01-14rework PageMarginPopup to be a PopupWindowControllerCaolán McNamara
2020-01-14rework PageColumnPopup to be a PopupWindowControllerCaolán McNamara
2020-01-14rework PageSizePopup to be a PopupWindowControllerCaolán McNamara
2018-10-19sw: create SwUnoModule instances with an uno constructorMiklos Vajna
2018-10-12sw: create DocxExport instances with an uno constructorMiklos Vajna
2018-10-05sw: create RtfExport instances with an uno constructorMiklos Vajna
2017-08-10tdf#79167 Change search type through a drop down controlJames Raykowski