# -*- 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_Library_Library,test-setupvcl)) $(eval $(call gb_Library_add_defs,test-setupvcl,\ -DOOO_DLLIMPLEMENTATION_TEST_SETUPVCL \ )) $(eval $(call gb_Library_add_exception_objects,test-setupvcl, \ test/source/setupvcl \ )) $(eval $(call gb_Library_use_externals,test-setupvcl, \ boost_headers \ )) $(eval $(call gb_Library_use_libraries,test-setupvcl, \ comphelper \ cppu \ i18nlangtag \ sal \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_sdk_api,test-setupvcl)) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-26 11:44:57 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-08-17 15:37:22 +0000
commitb190574b6a0de3e26c6338324f74440ec0505bfb (patch)
tree04ce4fa3231bf32e7bbf7b2fe51409e5113d25ea /cppuhelper
parent3c2b80066bf2fba4e7222fb7d30ac7d412539818 (diff)
tdf#84323: Make osl::Thread::wait more readable
Change-Id: I33eb6970050a103404344c7f16dd33349c154347 Reviewed-on: https://gerrit.libreoffice.org/15018 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>