summaryrefslogtreecommitdiff
path: root/writerperfect/CppunitTest_writerperfect_calc.mk
blob: 93ae3f3624b52be17a04aa2b97f93d016f4261f5 (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
# -*- 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,writerperfect_calc))

$(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_calc))

$(eval $(call gb_CppunitTest_use_libraries,writerperfect_calc,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	test \
	tl \
	ucbhelper \
	unotest \
	wpftqahelper \
	$(gb_UWINAPI) \
))

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

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

$(eval $(call gb_CppunitTest_use_configuration,writerperfect_calc))

$(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_calc,\
	writerperfect/qa/unit/WpftCalcFilterTest \
))

$(call gb_CppunitTest_get_target,writerperfect_calc): \
    $(call gb_Library_get_target,ipb)

# vim: set noet sw=4 ts=4:
> 2012-09-24Trying to consolidate the libwpd moduleFridrich Štrba 2012-09-24libwpd: invalid to have both ExternalPackage and Package in one makefileMichael Stahl 2012-09-24libwpd: rename library on deliver to have only one MSVC special caseMichael Stahl 2012-09-24libwpd: Apple gcc gives spurious warnings in <list>, disable werrorMichael Stahl 2012-09-24Fix some obscurous windows linking problemsFridrich Štrba 2012-09-24Pass --build and --host when cross-compilingTor Lillqvist 2012-09-24Link the windows build of libwpd against the shared library runtimesFridrich Štrba 2012-09-24Reverting libwpd 0.9.5 to 0.9.4 ABIFridrich Štrba 2012-09-24Fix windows build of libwpdFridrich Štrba 2012-09-24Uploading the new libwpd 0.9.5Fridrich Štrba 2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon 2012-09-22update ext. projects to use ExternalPackageDavid Tardon 2012-09-12WaE: with DEBUG definedCaolán McNamara 2012-09-10Notes on upstream status of patchesStephan Bergmann 2012-09-10libwpd: MSVC warning C4310: cast truncates constant valueMichael Stahl 2012-09-10libwpd: -Werror,-Wunused-private-fieldStephan Bergmann 2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan 2012-09-08libwpd: convert to gbuildMatúš Kukan 2012-06-09Fix potential further crashes like the one in fdo#50868Fridrich Štrba