[pt_PT] autocorrect - added 22 words
[LibreOffice.git] / basic / CppunitTest_basic_macros.mk
blob8b0dccece55742d0b0053d1e99d9f9a65aed5fb0
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,basic_macros))
12 $(eval $(call gb_CppunitTest_use_external,basic_macros,boost_headers))
14 $(eval $(call gb_CppunitTest_add_exception_objects,basic_macros, \
15 basic/qa/cppunit/basictest \
16 basic/qa/cppunit/basic_coverage \
17 basic/qa/cppunit/test_append \
18 basic/qa/cppunit/test_nested_struct \
19 basic/qa/cppunit/test_vba \
22 $(eval $(call gb_CppunitTest_use_libraries,basic_macros, \
23 comphelper \
24 cppu \
25 cppuhelper \
26 i18nlangtag \
27 sal \
28 salhelper \
29 sb \
30 sot \
31 svl \
32 svt \
33 test \
34 tl \
35 unotest \
36 utl \
37 vcl \
38 xmlscript \
41 ifeq ($(OS),WNT)
42 $(eval $(call gb_CppunitTest_use_system_win32_libs,basic_macros, \
43 oleaut32 \
44 $(if $(filter 140 150,$(VCVER)),legacy_stdio_definitions) \
45 odbc32 \
46 odbccp32 \
48 endif
50 $(eval $(call gb_CppunitTest_use_api,basic_macros,\
51 offapi \
52 udkapi \
53 oovbaapi \
56 $(eval $(call gb_CppunitTest_use_ure,basic_macros))
57 $(eval $(call gb_CppunitTest_use_vcl,basic_macros))
59 $(eval $(call gb_CppunitTest_use_components,basic_macros,\
60 configmgr/source/configmgr \
61 i18npool/util/i18npool \
62 $(if $(DISABLE_ATL),,$(if $(filter $(OS),WNT), \
63 extensions/source/ole/oleautobridge)) \
65 $(eval $(call gb_CppunitTest_use_configuration,basic_macros))
67 # vim: set noet sw=4 ts=4: