# -*- 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,sfx2_controlleritem)) $(eval $(call gb_CppunitTest_use_sdk_api,sfx2_controlleritem)) $(eval $(call gb_CppunitTest_add_exception_objects,sfx2_controlleritem, \ sfx2/qa/cppunit/test_controlleritem \ )) $(eval $(call gb_CppunitTest_use_externals,sfx2_controlleritem, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,sfx2_controlleritem, \ cppu \ cppuhelper \ sal \ sfx \ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: tro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/boost
AgeCommit message (Expand)Author
2013-04-16Fix build breakage on Linux and OS XTor Lillqvist
2013-04-16Fix compilation error in a _DEBUG build with MSVC2010 and 2012Tor Lillqvist
2013-04-02fix clang mismatched-tags warning in boostPeter Foley
2013-04-02WaE: -Wundef fixesTor Lillqvist
2013-04-01boost: fix -Wundef in multi_array/base.hppMichael Stahl
2013-04-01boost: add patch for -Wundef warnings from ticket 6142Michael Stahl
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-09Work around Clang -Werror,Wvexing-parseStephan Bergmann
2013-03-09-Werror=unused-local-typedefs (GCC 4.8)Stephan Bergmann
2013-03-09Work around GCC 4.8 -Werror=unused-local-typedefs in boostStephan Bergmann