# -*- 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_CppunitTest_CppunitTest,sc_indexenumeration_databaserangesenumeration)) $(eval $(call gb_CppunitTest_use_external,sc_indexenumeration_databaserangesenumeration,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_indexenumeration_databaserangesenumeration, \ sc/qa/extras/scindexenumeration_databaserangesenumeration \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_indexenumeration_databaserangesenumeration, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_indexenumeration_databaserangesenumeration,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_indexenumeration_databaserangesenumeration)) $(eval $(call gb_CppunitTest_use_ure,sc_indexenumeration_databaserangesenumeration)) $(eval $(call gb_CppunitTest_use_vcl,sc_indexenumeration_databaserangesenumeration)) $(eval $(call gb_CppunitTest_use_components,sc_indexenumeration_databaserangesenumeration,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_indexenumeration_databaserangesenumeration)) # vim: set noet sw=4 ts=4: ibreoffice-6-0'>distro/cib/libreoffice-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/ct2n
2012-07-17
AgeCommit message (Expand)Author
2017-09-15consistent naming of externals: ConvertTextToNumber->ct2nMichael Stahl
2015-09-04New version of ConvertTextToNumber extension (1.5)Andras Timar
2015-06-17Fix location of bundled ct2n extensionStephan Bergmann
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-18Fix building from inside modules moved to externalKhaled Hosny
2013-10-18fdo#70393: move ct2n to a subdir of externalKhaled Hosny
tubes: tweak makefilesMatúš Kukan
2012-07-17tubes: Add preliminary API for sending a fileWill Thompson
2012-07-17tubes: add API to find contacts with LibO tube supportWill Thompson
2012-07-17implementing Telepathy Tubes interfaceEike Rathke