summaryrefslogtreecommitdiff
path: root/RepositoryModule_build.mk
blob: 2642a53f4a515951c2686681ab66c0cf9dfd3974 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -*- 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_Module_Module,cross_toolset))

$(eval $(call gb_Module_add_moduledirs,cross_toolset,\
	basegfx \
	binaryurp \
	bridges \
	cli_ure \
	codemaker \
	comphelper \
	cppu \
	cppuhelper \
	external \
	i18nlangtag \
	i18nutil \
	i18npool \
	instsetoo_native \
	idl \
	io \
	javaunohelper \
	jurt \
	jvmaccess \
	jvmfwk \
	l10ntools \
	o3tl \
	offapi \
	officecfg \
	oovbaapi \
	registry \
	remotebridges \
	ridljar \
	rsc \
	sal \
	salhelper \
	sax \
	setup_native \
	shell \
	solenv \
	soltools \
	stoc \
	store \
	tools \
	ucbhelper \
	udkapi \
	unoidl \
	unoil \
	unotest \
	unotools \
	ure \
	xmlreader \
	$(call gb_Helper_optional_for_host,DESKTOP, \
		$(if $(WITH_GALLERY_BUILD), \
			avmedia \
			basebmp \
			basic \
			canvas \
			configmgr \
			connectivity \
			cppcanvas \
			drawinglayer \
			editeng \
			extensions \
			filter \
			framework \
			linguistic \
			mysqlc \
			officecfg \
			package \
			postprocess \
			sfx2 \
			sot \
			svgio \
			svl \
			svtools \
			svx \
			swext \
			toolkit \
			ucb \
			unoxml \
			vcl \
			xmloff \
			xmlscript \
		) \
		helpcompiler \
		xmlhelp \
	) \
	$(call gb_Helper_optional,QADEVOOO,qadevOOo) \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
ro?h=feature/drawinglayercore&id=528b406bc2b9cc6dcbce54303f024d32fbe41e3f'>Check for assignment to self for =operatorJulien Nabet 2012-07-14Perform initalization in initialization listJulien Nabet 2012-07-03ditch String::CreateFromAsciiCaolán McNamara 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-06-29Remove include guardsThomas Arnhold 2012-06-27Remove unused include filesThomas Arnhold 2012-06-27Remove commented out codeThomas Arnhold 2012-06-26removed unused forward declarations of classTakeshi Abe 2012-06-07nuke dead codeTakeshi Abe 2012-06-01Targeted string re-work for lotuswordpro filterThorsten Behrens 2012-05-29targeted string re-workNorbert Thiebaud 2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann 2012-05-09WaE: silence tedious msvc2008 warningsCaolán McNamara 2012-05-09WaE: C4146 unary operator applied to unsigned typeCaolán McNamara 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon 2012-04-08compile- and run-time use of UNO must be splitDavid Tardon 2012-04-08clean upDavid Tardon 2012-04-08simplify use of configuration from unit testsDavid Tardon 2012-04-08always use --protector for UNO testsDavid Tardon 2012-04-08drop uses_ureDavid Tardon 2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi