# -*- 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,avmediagtk)) $(eval $(call gb_Library_set_componentfile,avmediagtk,avmedia/source/gtk/avmediagtk,services)) $(eval $(call gb_Library_set_include,avmediagtk,\ $$(INCLUDE) \ -I$(SRCDIR)/avmedia/source/inc \ -I$(SRCDIR)/avmedia/source/gstreamer \ )) $(eval $(call gb_Library_use_external,avmediagtk,boost_headers)) $(eval $(call gb_Library_add_cxxflags,avmediagtk,\ $$(GTK4_CFLAGS) \ )) $(eval $(call gb_Library_use_sdk_api,avmediagtk)) $(eval $(call gb_Library_use_libraries,avmediagtk,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ tl \ vcl \ )) $(eval $(call gb_Library_add_libs,avmediagtk,\ $(GTK4_LIBS) \ )) $(eval $(call gb_Library_add_exception_objects,avmediagtk,\ avmedia/source/gtk/gstwindow \ avmedia/source/gtk/gtkmanager \ avmedia/source/gtk/gtkplayer \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/editeng/pgrditem.hxx
AgeCommit message (Expand)Author
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-27editeng: sal_Bool->boolNoel Grandin
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/editengThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen