# -*- 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,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_external,filter_dxf_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_dxf_test, \ filter/qa/cppunit/filters-dxf-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_dxf_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_ure,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_dxf_test)) $(eval $(call gb_CppunitTest_use_components,filter_dxf_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_dxf_test)) # vim: set noet sw=4 ts=4: cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportbuilder
AgeCommit message (Expand)Author
2015-09-30Fix typosAndrea Gelmini
2015-07-29chmod -xTor Lillqvist
2015-07-08Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin