# -*- 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,avmediavlc)) $(eval $(call gb_Library_set_componentfile,avmediavlc,avmedia/source/vlc/avmediavlc)) $(eval $(call gb_Library_set_include,avmediavlc,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ -I$(SRCDIR)/avmedia/source/vlc/inc \ )) $(eval $(call gb_Library_use_custom_headers,avmediavlc,\ officecfg/registry \ )) $(eval $(call gb_Library_use_sdk_api,avmediavlc)) $(eval $(call gb_Library_use_externals,avmediavlc,\ boost_headers \ boost_system \ )) $(eval $(call gb_Library_use_libraries,avmediavlc,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ vcl \ utl \ salhelper \ )) $(eval $(call gb_Library_add_exception_objects,avmediavlc,\ avmedia/source/vlc/vlcmanager \ avmedia/source/vlc/vlcplayer \ avmedia/source/vlc/vlcuno \ avmedia/source/vlc/vlcwindow \ avmedia/source/vlc/vlcframegrabber \ avmedia/source/vlc/wrapper/Instance \ avmedia/source/vlc/wrapper/Media \ avmedia/source/vlc/wrapper/Player \ avmedia/source/vlc/wrapper/EventManager \ avmedia/source/vlc/wrapper/EventHandler \ avmedia/source/vlc/wrapper/Common \ )) # vim: set noet sw=4 ts=4: eoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/signing
>
AgeCommit message (Expand)Author
2024-12-07Windows 7-8.1 support was removed, prevent install on these old systemsMike Kaganski
2022-08-03windows signing: use sha256 (instead of the default sha1)Christian Lohmaier
2019-09-06split msi signing from creation to reduce number of singtool callsChristian Lohmaier
2018-04-25Install UCRT from MSUs, not using nested VC Redist installMike Kaganski
Stephan Bergmann
2020-02-10Cleanup: Move unit tests to ridljarSamuel Mehrbrodt
2016-06-07[API CHANGE] Drop deprecated I*Description interfacesNoel Grandin
2016-05-13Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin