# -*- 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,fps_office)) $(eval $(call gb_Library_set_componentfile,fps_office,fpicker/source/office/fps_office)) $(eval $(call gb_Library_set_include,fps_office,\ $$(INCLUDE) \ -I$(SRCDIR)/fpicker/inc \ )) $(eval $(call gb_Library_use_external,fps_office,boost_headers)) $(eval $(call gb_Library_use_custom_headers,fps_office,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,fps_office)) $(eval $(call gb_Library_use_libraries,fps_office,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ svl \ svt \ tk \ tl \ ucbhelper \ utl \ vcl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,fps_office,\ fpicker/source/office/asyncfilepicker \ fpicker/source/office/autocmpledit \ fpicker/source/office/breadcrumb \ fpicker/source/office/commonpicker \ fpicker/source/office/contentenumeration \ fpicker/source/office/fileview \ fpicker/source/office/foldertree \ fpicker/source/office/fpinteraction \ fpicker/source/office/fpsmartcontent \ fpicker/source/office/iodlg \ fpicker/source/office/iodlgimp \ fpicker/source/office/OfficeControlAccess \ fpicker/source/office/OfficeFilePicker \ fpicker/source/office/OfficeFolderPicker \ fpicker/source/office/PlacesListBox \ fpicker/source/office/RemoteFilesDialog \ )) # vim: set noet sw=4 ts=4: ice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/gpgmepp
AgeCommit message (Expand)Author
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann
2019-08-28Record patch as upstreamedMike Kaganski
2019-05-24disable warnings in external libsLuboš Luňák
2019-05-05Fix remaining uses of gb_SYMBOLStephan Bergmann
2019-04-21Properly initialize gpgme-w32spawn.exe path on WindowsMike Kaganski
2019-01-24Drop unnecessary gb_DEBUG_CFLAGSStephan Bergmann
2019-01-23Drop use of obsolete GCC -fno-default-inlineStephan Bergmann
2018-10-21Copy gpgme-w32spawn.exe to workdir/LinkTarget/ExecutableMike Kaganski
2018-10-05Record external/gpgmepp/version.patch as sent upstreamStephan Bergmann
2018-10-04external/gpgmepp: Clash between VERSION and trunk libc++ <version>Stephan Bergmann
2018-07-26external/gpgmepp: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-27Clarify name and location of external/gpgmepp's upstreamStephan Bergmann
2018-03-08Fix external/gpgmepp Linux RPATHStephan Bergmann
2018-03-08Improve gpgmepp -> libassuan/libgpg-error lib dependenciesStephan Bergmann
2018-02-20gpgmepp,xmlsecurity: fix testODFEncryptedGPG() failure caused...Michael Stahl
2017-12-12Make --disable-runtime-optimizations not fail when LIBO_LD_PATH is unsetStephan Bergmann
2017-12-12CppunitTest_xmlsecurity_signing failed in sanitizer buildsStephan Bergmann
2017-12-11external: fix host setup for gpgme and libassuanThorsten Behrens
2017-12-08fix fuzzer buildCaolán McNamara
2017-12-08Revert "gpg4libre: make gpgme-w32spawn available also for unit test"Thorsten Behrens
2017-12-08gpg4libre: make gpgme-w32spawn available also for unit testThorsten Behrens
2017-12-08gpg4libre: also pass proper dbgutil flags down to gpgmeppThorsten Behrens
2017-12-07gpg4libre: pass proper debug flags down to gpgmeppThorsten Behrens
2017-12-05tdf#114086: Fix macOS paths of external GPG librariesStephan Bergmann
2017-12-04gpg4libre: pass windows arch down to windresThorsten Behrens
2017-12-04gpg4libre: remove silly afxres.h / MFC dependency from gpgmeThorsten Behrens
2017-11-28Use Executable_cpp instead of default gcc as preprocessor for windresStephan Bergmann
2017-11-27Pass $(MAKE) into external/gpgmeppStephan Bergmann
2017-11-27Silence clang-cl -Werror,-Wc++11-narrowing in external/gpgmeppStephan Bergmann
2017-11-25gpgme: actually make use of the previous buildfixChristian Lohmaier
2017-11-24gpgme: fix buildThorsten Behrens
2017-11-24gpg4libre: call libgpg-error subsystem initThorsten Behrens
2017-11-22gpg4libre: cleanup gpgme & add gbuild lib for gpgmeppThorsten Behrens