# -*- 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,connectivity_ado)) $(eval $(call gb_CppunitTest_set_include,connectivity_ado,\ -I$(SRCDIR)/connectivity/source/inc \ -I$(SRCDIR)/connectivity/source/drivers/ado \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_external,connectivity_ado,boost_headers)) $(eval $(call gb_CppunitTest_use_api,connectivity_ado,\ udkapi \ offapi \ )) $(eval $(call gb_CppunitTest_use_ure,connectivity_ado)) $(eval $(call gb_CppunitTest_use_vcl,connectivity_ado)) $(eval $(call gb_CppunitTest_use_sdk_api,connectivity_ado)) ifeq ($(COM),GCC) $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_ado,\ -fpermissive \ )) endif ifneq (,$(filter $(WINDOWS_SDK_VERSION),80 81)) $(eval $(call gb_CppunitTest_add_defs,connectivity_ado,\ -DNTDDI_VERSION=0x0601 \ )) endif $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_ado, \ connectivity/qa/connectivity/ado/DriverTest \ )) $(eval $(call gb_CppunitTest_use_libraries,connectivity_ado, \ comphelper \ cppu \ cppuhelper \ dbtools \ i18nlangtag \ ado \ sal \ salhelper \ sb \ test \ unotest \ ucbhelper \ utl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_components,connectivity_ado,\ configmgr/source/configmgr \ i18npool/util/i18npool \ connectivity/source/drivers/ado/ado \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ )) $(eval $(call gb_CppunitTest_use_configuration,connectivity_ado)) $(call gb_CppunitTest_get_target,connectivity_ado) : $(WORKDIR)/CppunitTest/TS001018407.mdb $(WORKDIR)/CppunitTest/TS001018407.mdb : $(SRCDIR)/connectivity/qa/connectivity/ado/TS001018407.mdb mkdir -p $(dir $@) $(call gb_Deliver_deliver,$<,$@) # vim: set noet sw=4 ts=4: bora/cd-5.3-3.2'>distro/collabora/cd-5.3-3.2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-23 15:04:03 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-23 15:04:03 +0100
commit862d2fc5c3736c6bb0c1ee54bd195c502fe17d28 (patch)
tree82989c3a3353a81b09333be54e4d6d67f9fdf7d8 /external
parentf16fdfa559ab62ccde2c2c0cbe1fc9e5ca2f3630 (diff)
Silence -Werror,-Wundef in external/boost
> [CXX] vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.cxx > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.cxx:20: > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_folderpicker.hxx:30: > In file included from vcl/unx/gtk3_kde5/gtk3_kde5_filepicker_ipc.hxx:29: > In file included from workdir/UnpackedTarball/boost/boost/process/child.hpp:22: > In file included from workdir/UnpackedTarball/boost/boost/process/detail/execute_impl.hpp:24: > workdir/UnpackedTarball/boost/boost/process/detail/posix/executor.hpp:446:5: error: 'BOOST_POSIX_HAS_VFORK' is not defined, evaluates to 0 [-Werror,-Wundef] > #if BOOST_POSIX_HAS_VFORK > ^ under --enable-gtk3-kde5 Change-Id: Ib4648d1337a493c35b35897dc71c5e971c6eb214