summaryrefslogtreecommitdiff
path: root/cppu/Library_cppu.mk
blob: 437cd4296c7199244a628b31f2f194ab76de48fd (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
# -*- 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,cppu))

$(eval $(call gb_Library_set_soversion_script,cppu,$(SRCDIR)/cppu/util/cppu.map))

$(eval $(call gb_Library_use_udk_api,cppu))

$(eval $(call gb_Library_add_defs,cppu,\
	-DCPPU_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_use_external,cppu,boost_headers))

$(eval $(call gb_Library_use_libraries,cppu,\
	sal \
	salhelper \
	$(gb_UWINAPI) \
))

$(eval $(call gb_Library_add_cobjects,cppu,\
	cppu/source/uno/EnvDcp \
))

$(eval $(call gb_Library_add_exception_objects,cppu,\
	cppu/source/cppu/compat \
	cppu/source/cppu/cppu_opt \
	cppu/source/threadpool/current \
	cppu/source/threadpool/jobqueue \
	cppu/source/threadpool/thread \
	cppu/source/threadpool/threadident \
	cppu/source/threadpool/threadpool \
	cppu/source/typelib/static_types \
	cppu/source/typelib/typelib \
	cppu/source/uno/any \
	cppu/source/uno/cascade_mapping \
	cppu/source/uno/data \
	cppu/source/uno/EnvStack \
	cppu/source/uno/IdentityMapping \
	cppu/source/uno/lbenv \
	cppu/source/uno/lbmap \
	cppu/source/uno/loadmodule \
	cppu/source/uno/sequence \
))

# vim: set noet sw=4 ts=4:
an title='2019-10-22 07:19:45 +0200'>2019-10-22external/libxml2: Avoid UBSan nullptr-with-offsetStephan Bergmann 2019-01-15libxml2: upgrade to release 2.9.9Michael Stahl 2018-03-06libxml2: upgrade to release 2.9.8Michael Stahl 2017-11-08upload libxml2 2.9.7David Tardon 2017-11-01external: consistently use gb_ExternalProject_use_nmakeMichael Stahl 2017-10-10upload libxml2 2.9.6David Tardon 2017-10-10use gbuild way to update config.*, continuedDavid Tardon 2017-09-15consistent naming of externals: xml2 -> libxml2Michael Stahl 2017-09-05libxml2: upgrade to release 2.9.5Michael Stahl 2017-08-23libxml2: bunch of CVE fixesMichael Stahl 2017-06-11iOS, patch for libxml2jan Iversen 2017-02-10Remove MinGW supportStephan Bergmann 2016-12-14libxml2: generate symbols for --enable-dbgutil buildsMike Kaganski