# -*- 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_Executable_Executable,visualbackendtest)) $(eval $(call gb_Executable_use_api,visualbackendtest,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,visualbackendtest,boost_headers)) $(eval $(call gb_Executable_set_include,visualbackendtest,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,visualbackendtest,\ basegfx \ comphelper \ cppu \ cppuhelper \ tl \ sal \ salhelper \ vcl \ )) $(eval $(call gb_Executable_add_exception_objects,visualbackendtest,\ vcl/backendtest/VisualBackendTest \ )) $(eval $(call gb_Executable_use_static_libraries,visualbackendtest,\ vclmain \ )) ifeq ($(OS),LINUX) $(eval $(call gb_Executable_add_libs,visualbackendtest,\ -lm \ -ldl \ -lX11 \ )) $(eval $(call gb_Executable_use_static_libraries,visualbackendtest,\ glxtest \ )) endif # vim: set noet sw=4 ts=4: .1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlsecurity/Library_xmlsecurity.mk
AgeCommit message (Expand)Author
2020-09-12xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna
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