# -*- 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,abp)) $(eval $(call gb_Library_set_componentfile,abp,extensions/source/abpilot/abp,services)) $(eval $(call gb_Library_set_include,abp,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ -I$(SRCDIR)/extensions/source/inc \ )) $(eval $(call gb_Library_use_external,abp,boost_headers)) $(eval $(call gb_Library_use_sdk_api,abp)) $(eval $(call gb_Library_add_exception_objects,abp,\ extensions/source/abpilot/abpfinalpage \ extensions/source/abpilot/abspage \ extensions/source/abpilot/abspilot \ extensions/source/abpilot/admininvokationimpl \ extensions/source/abpilot/admininvokationpage \ extensions/source/abpilot/datasourcehandling \ extensions/source/abpilot/fieldmappingimpl \ extensions/source/abpilot/fieldmappingpage \ extensions/source/abpilot/moduleabp \ extensions/source/abpilot/tableselectionpage \ extensions/source/abpilot/typeselectionpage \ extensions/source/abpilot/unodialogabp \ )) $(eval $(call gb_Library_use_libraries,abp,\ comphelper \ cppuhelper \ cppu \ sal \ sfx \ svl \ svt \ svxcore \ svx \ tk \ tl \ utl \ vcl \ i18nlangtag \ )) # vim:set noet sw=4 ts=4: office-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/Library_wpftwriter.mk
1-06-03
AgeCommit message (Expand)Author
sw_ww8export: use a template for makefilesXisco Fauli
2021-02-18Move GIF writer from filter module into VCLTomaž Vajngerl
2021-02-15Missing dependencyMike Kaganski
2020-07-31sw: introduce a Library_swqahelperMiklos Vajna
2019-11-08sw: no reason why SwModelTestBase can be used only by "extras" testsMiklos Vajna
2019-10-04use the common system PCH header in sw/Luboš Luňák
2019-01-24Clean up dead uses of DISABLE_ATLStephan Bergmann
2018-11-15Missing test dependencyStephan Bergmann
2018-06-16tdf#70838 ww8export: rotate shape vertically = swap width/heightVictor Mireyev
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-05-29tdf#117503 DOCX import: fix out of sync first/later top marginMiklos Vajna
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2017-08-23tdf#111975: Inline checkbox control's label is not saved to DOC formatTamás Zolnai
2017-08-17tdf#55427 ww8export: treat document-end-footnotes as endnotesJustin Luth
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2016-10-24tdf#89377 ww8import: table honors ParaStyle break-before-pageJustin Luth