# -*- 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,i18npool_test_characterclassification)) $(eval $(call gb_CppunitTest_use_api,i18npool_test_characterclassification,\ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_characterclassification,\ cppu \ cppuhelper \ sal \ unotest \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,i18npool_test_characterclassification,\ i18npool/qa/cppunit/test_characterclassification \ )) $(eval $(call gb_CppunitTest_use_ure,i18npool_test_characterclassification)) $(eval $(call gb_CppunitTest_use_components,i18npool_test_characterclassification,\ i18npool/util/i18npool \ )) # vim: set noet sw=4 ts=4: ion value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas/inc
AgeCommit message (Expand)Author
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-08-11stop inclduing canvas/verbosetraces.hxx and canvas/debug.hxxNorbert Thiebaud
2015-07-10do not include boost/utility.hppMichael Stahl
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-18Remove include stdio (part2)Julien Nabet
2015-02-05Updated all precompiled headers.Ashod Nakashian
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold