# -*- 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,macabdrv1)) $(eval $(call gb_Library_use_external,macabdrv1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,macabdrv1)) $(eval $(call gb_Library_use_system_darwin_frameworks,macabdrv1,\ Carbon \ AddressBook \ )) $(eval $(call gb_Library_use_libraries,macabdrv1,\ comphelper \ cppu \ cppuhelper \ dbtools \ sal \ salhelper \ )) $(eval $(call gb_Library_set_include,macabdrv1,\ $$(INCLUDE) \ -I$(SRCDIR)/connectivity/inc \ -I$(SRCDIR)/connectivity/source/inc \ -I$(WORKDIR)/YaccTarget/connectivity/source/parse \ )) $(eval $(call gb_Library_add_exception_objects,macabdrv1,\ connectivity/source/drivers/macab/MacabColumns \ connectivity/source/drivers/macab/MacabTable \ connectivity/source/drivers/macab/MacabTables \ connectivity/source/drivers/macab/MacabCatalog \ connectivity/source/drivers/macab/MacabResultSet \ connectivity/source/drivers/macab/MacabStatement \ connectivity/source/drivers/macab/MacabPreparedStatement \ connectivity/source/drivers/macab/MacabDatabaseMetaData \ connectivity/source/drivers/macab/MacabConnection \ connectivity/source/drivers/macab/MacabResultSetMetaData \ connectivity/source/drivers/macab/macabcondition \ connectivity/source/drivers/macab/macaborder \ connectivity/source/drivers/macab/MacabRecord \ connectivity/source/drivers/macab/MacabRecords \ connectivity/source/drivers/macab/MacabHeader \ connectivity/source/drivers/macab/MacabGroup \ connectivity/source/drivers/macab/MacabAddressBook \ )) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport.mk
AgeCommit message (Expand)Author
2021-06-03sw_rtfexport: use a template for makefilesXisco Fauli
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-14remove -bigobj usage from sw rtf unittestsLuboš Luňák
2019-10-04use the common system PCH header in sw/Luboš Luňák
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-17Avoid C1128Tor Lillqvist
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-01-06sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxxMichael Stahl
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2015-02-13tdf#49893 partial fix for blank rentangle problem in RTFVasily Melenchuk
2014-10-25fdo#82858 RTF export: fix "none" line style of TextFramesMiklos Vajna
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-01Simplify type detectorsMaxim Monastirsky
2014-01-15RTF export: fix nested commentsMiklos Vajna
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-03-18let toplevel 'make -sr CppunitTest_sw_ooxmlexport' (and friends) work againMiklos Vajna
2013-03-18sw: rename odf/ooxml/rtf/ww8 filter testsMiklos Vajna