# -*- 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,vcl_apitests)) $(eval $(call gb_CppunitTest_set_include,vcl_apitests,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,vcl_apitests, \ vcl/qa/api/XGraphicTest \ )) $(eval $(call gb_CppunitTest_use_externals,vcl_apitests,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,vcl_apitests, \ comphelper \ cppu \ cppuhelper \ sal \ svt \ test \ tl \ unotest \ vcl \ )) $(eval $(call gb_CppunitTest_use_api,vcl_apitests,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,vcl_apitests)) $(eval $(call gb_CppunitTest_use_vcl,vcl_apitests)) $(eval $(call gb_CppunitTest_use_configuration,vcl_apitests)) $(eval $(call gb_CppunitTest_use_components,vcl_apitests,\ comphelper/util/comphelp \ configmgr/source/configmgr \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ i18npool/util/i18npool \ package/source/xstor/xstor \ package/util/package2 \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ svtools/util/svt \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ uui/util/uui \ vcl/vcl.common \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cli_ure
AgeCommit message (Expand)Author
2017-03-22tdf#94265: Correct the errorComputingDwarf
2017-03-03Fix typosAndrea Gelmini
2017-02-21When building with clang-cl on Windows, build CLR code with MSVCStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-09-23"// not impl" -> "= delete"Stephan Bergmann
2016-06-20switch to EHs on windowsMarkus Mohrhard
2016-05-01Fix typosAndrea Gelmini
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2016-01-07Fix typosAndrea Gelmini
2015-11-02cli_ure: fix buildMichael Stahl
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-13remove some useless commentsNoel Grandin
2015-10-06cli_ure: climaker should open keyfile read-onlyMichael Stahl
2015-09-30Fix typosAndrea Gelmini
2015-09-13uno bridge: Prevent collision between cli::array and std::arrayDavid Ostrovsky
2015-09-03climaker: Fix std::array and cli::array collisionDavid Ostrovsky
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-04Fix typosAndrea Gelmini
2015-06-15Fix typosAndrea Gelmini