# -*- 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_met_test)) $(eval $(call gb_CppunitTest_use_external,filter_met_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_met_test, \ filter/qa/cppunit/filters-met-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_met_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_met_test)) $(eval $(call gb_CppunitTest_use_ure,filter_met_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_met_test)) $(eval $(call gb_CppunitTest_use_components,filter_met_test,\ configmgr/source/configmgr \ i18npool/util/i18npool \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_met_test)) # vim: set noet sw=4 ts=4: alue='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotest/Library_unotest.mk
AgeCommit message (Collapse)Author
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7