summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_rtfexport3.mk
blob: 51b8583fc0d604ecd05108e758a1a85592f181a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# -*- 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,sw_rtfexport3))

$(eval $(call gb_CppunitTest_add_exception_objects,sw_rtfexport3, \
    sw/qa/extras/rtfexport/rtfexport3 \
))

$(eval $(call gb_CppunitTest_use_libraries,sw_rtfexport3, \
    comphelper \
    cppu \
    cppuhelper \
    sal \
    sfx \
    sw \
    test \
    unotest \
    utl \
    tl \
))

$(eval $(call gb_CppunitTest_use_externals,sw_rtfexport3,\
    boost_headers \
    libxml2 \
))

$(eval $(call gb_CppunitTest_set_include,sw_rtfexport3,\
    -I$(SRCDIR)/sw/inc \
    -I$(SRCDIR)/sw/source/core/inc \
    -I$(SRCDIR)/sw/qa/extras/inc \
    $$(INCLUDE) \
))

ifeq ($(OS),WNT)
$(eval $(call gb_CppunitTest_add_cxxflags,sw_rtfexport3,\
    -bigobj \
))
endif

$(eval $(call gb_CppunitTest_use_api,sw_rtfexport3,\
	udkapi \
	offapi \
	oovbaapi \
))

$(eval $(call gb_CppunitTest_use_ure,sw_rtfexport3))
$(eval $(call gb_CppunitTest_use_vcl,sw_rtfexport3))

$(eval $(call gb_CppunitTest_use_rdb,sw_rtfexport3,services))

$(eval $(call gb_CppunitTest_use_configuration,sw_rtfexport3))

# vim: set noet sw=4 ts=4:
n on a hot path, and we can avoid the splitting and joining of strings like this. Change-Id: Ia36047209368ca53431178c2e8723a18cfe8260a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119220 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2021-01-28Improve macro checksSamuel Mehrbrodt Change-Id: Ie40801df8866b52c1458e020ffa9cba120720af7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109552 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de> 2019-12-28tdf#124176: Use "pragma once" on svtools/*Andrea Gelmini It passed "make check" on Linux Change-Id: I29c8f695c499652387ee2f0fffeccd46c3ec8e6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85913 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>