# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_Library_Library,avmediawin)) $(eval $(call gb_Library_set_componentfile,avmediawin,avmedia/source/win/avmediawin)) $(eval $(call gb_Library_set_include,avmediawin,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ )) $(eval $(call gb_Library_use_sdk_api,avmediawin)) $(eval $(call gb_Library_use_libraries,avmediawin,\ comphelper \ cppu \ cppuhelper \ sal \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_system_win32_libs,avmediawin,\ gdi32 \ ole32 \ oleaut32 \ strmiids \ )) $(eval $(call gb_Library_add_exception_objects,avmediawin,\ avmedia/source/win/framegrabber \ avmedia/source/win/manager \ avmedia/source/win/player \ avmedia/source/win/window \ avmedia/source/win/winuno \ )) # vim: set noet sw=4 ts=4: .3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/readlicense_oo
AgeCommit message (Expand)Author
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-07update creditsChristian Lohmaier
2020-09-30update creditsChristian Lohmaier
2020-09-29More “e-mail” → “email”Adolfo Jayme Barrientos
2020-09-04tdf#136377: Replace yum by dnf for Fedora in readme.xrmJulien Nabet
2020-08-27update creditsChristian Lohmaier
2020-08-06update creditsChristian Lohmaier
2020-07-29update creditsChristian Lohmaier
2020-06-24update creditsChristian Lohmaier
2020-06-17license: add Belarusian hyphenation dictionaryAndras Timar
2020-05-13update creditsChristian Lohmaier
2020-04-29Remove tango icon theme, tdf#132022Rizal Muttaqin
2020-04-22update creditsChristian Lohmaier
2020-04-07update creditsChristian Lohmaier
2020-03-11update creditsChristian Lohmaier
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2020-02-26Resolves tdf#130500 - Sukapura icon themeHeiko Tietze
2020-02-20update creditsChristian Lohmaier
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-11update creditsChristian Lohmaier
2020-01-09python3: bundle libffi for GNU/Linux buildsMichael Stahl
2020-01-02Bump copyright year to 2020Adolfo Jayme Barrientos
2019-12-20Point to the right readmeIlmari Lauhakangas