# -*- Mode: makefile; 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,oleautobridge)) $(eval $(call gb_Library_set_componentfile,oleautobridge,extensions/source/ole/oleautobridge)) $(eval $(call gb_Library_use_sdk_api,oleautobridge)) $(eval $(call gb_Library_set_include,oleautobridge,\ $(foreach inc,$(ATL_INCLUDE),-I$(inc)) \ $$(INCLUDE) \ )) $(eval $(call gb_Library_add_ldflags,oleautobridge,\ -LIBPATH:$(ATL_LIB) \ )) $(eval $(call gb_Library_use_external,oleautobridge,boost_headers)) $(eval $(call gb_Library_use_libraries,oleautobridge,\ comphelper \ cppuhelper \ cppu \ sal \ )) $(eval $(call gb_Library_use_system_win32_libs,oleautobridge,\ advapi32 \ ole32 \ oleaut32 \ uuid \ )) ifeq ($(COM),MSC) $(eval $(call gb_Library_add_libs,oleautobridge,\ $(ATL_LIB)/$(if $(MSVC_USE_DEBUG_RUNTIME),atlsd.lib,atls.lib) \ )) endif $(eval $(call gb_Library_add_exception_objects,oleautobridge,\ extensions/source/ole/jscriptclasses \ extensions/source/ole/ole2uno \ extensions/source/ole/oledll \ extensions/source/ole/oleobjw \ extensions/source/ole/olethread \ extensions/source/ole/servprov \ extensions/source/ole/servreg \ extensions/source/ole/unoobjw \ extensions/source/ole/unotypewrapper \ extensions/source/ole/windata \ )) # vim:set noet sw=4 ts=4: ce-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xmlsecurity.mk
AgeCommit message (Expand)Author
2020-09-09xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna
2020-06-29sd signature line: export shape with signature to PDFMiklos Vajna
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-08-14Don't hardcode "C:\\Program Files (x86)" path on WindowsMike Kaganski
2018-11-12tdf#118581 Correctly display issuer name in signature lineSamuel Mehrbrodt
2018-02-08xmlsecurity: fold Library_xsec_fw into Library_xmlsecurityMiklos Vajna
2018-02-07xmlsecurity: create CertificateContainer instances with a constructorMiklos Vajna
2017-08-23Android: Enable HAVE_FEATURE_NSS and package the NSS libraries with apkGautam Prajapati
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-04Fix build for mobileThorsten Behrens
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-15xmlsecurity: hold XMLDocumentWrapper by rtl::Reference in XSecControllerMiklos Vajna
2016-11-30xmlsecurity PDF verify: look for the signingCertificateV2 attributeMiklos Vajna
2016-11-24xmlsecurity: instantiate SignatureVerifierImpl directly in XSecControllerMiklos Vajna
2016-11-03xmlsecurity PDF verify: initial Windows supportMiklos Vajna
2016-10-20Extract vcl::PDFWriter::Sign() from vcl and xmlsecurityMiklos Vajna
2016-10-18xmlsecurity: use NSS on Linux/macOS to generate pdf signatureMiklos Vajna
2016-10-14xmlsecurity: extract certificate from PDF signatureMiklos Vajna
2016-10-13xmlsecurity: add initial PDFSignatureHelperMiklos Vajna
2016-03-11xmlsecurity: extract OOXML export code into its own classMiklos Vajna
2016-02-15xmlsecurity: factor out DocumentSignatureManager from DigitalSignaturesDialogMiklos Vajna
2016-01-13xmlsecurity: initial OOXMLSecParserMiklos Vajna
2016-01-11xmlsecurity: mark two classes as public to be able to unit-test themMiklos Vajna