summaryrefslogtreecommitdiff
path: root/ucbhelper/Library_ucbhelper.mk
blob: 8d1d80523c109b109cc1d76713955bd5bf94ccb4 (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
# -*- 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,ucbhelper))

$(eval $(call gb_Library_use_sdk_api,ucbhelper))

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

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

$(eval $(call gb_Library_add_defs,ucbhelper,\
    -DUCBHELPER_DLLIMPLEMENTATION \
))

$(eval $(call gb_Library_add_exception_objects,ucbhelper,\
    ucbhelper/source/client/activedatasink \
    ucbhelper/source/client/activedatastreamer \
    ucbhelper/source/client/commandenvironment \
    ucbhelper/source/client/content \
    ucbhelper/source/client/fileidentifierconverter \
    ucbhelper/source/client/interceptedinteraction \
    ucbhelper/source/client/proxydecider \
    ucbhelper/source/provider/cancelcommandexecution \
    ucbhelper/source/provider/contenthelper \
    ucbhelper/source/provider/contentidentifier \
    ucbhelper/source/provider/contentinfo \
    ucbhelper/source/provider/fd_inputstream \
    ucbhelper/source/provider/getcomponentcontext \
    ucbhelper/source/provider/interactionrequest \
    ucbhelper/source/provider/propertyvalueset \
    ucbhelper/source/provider/providerhelper \
    ucbhelper/source/provider/registerucb \
    ucbhelper/source/provider/resultset \
    ucbhelper/source/provider/resultsethelper \
    ucbhelper/source/provider/resultsetmetadata \
    ucbhelper/source/provider/simpleauthenticationrequest \
    ucbhelper/source/provider/simplecertificatevalidationrequest \
    ucbhelper/source/provider/simpleinteractionrequest \
    ucbhelper/source/provider/simpleioerrorrequest \
    ucbhelper/source/provider/simplenameclashresolverequest \
    ucbhelper/source/provider/std_inputstream \
    ucbhelper/source/provider/std_outputstream \
))

# vim: set noet sw=4 ts=4:

span>pyuno.pyd must be called pyuno_d.pyd with MSVC debug runtimesMichael Stahl 2013-04-15do not register dbtools if we don't use itMatúš Kukan 2013-04-15RepositoryFixes: add missing check for MSVC_USE_DEBUG_RUNTIMEMichael Stahl 2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl 2013-04-11autoinstall ure private librariesMatúš Kukan 2013-04-10RepositoryFixes: clean up WNT import librariesMichael Stahl 2013-04-08RepositoryFixes: remove pointless i18nlangtag entryMichael Stahl 2013-04-06just a % missing ...Eike Rathke 2013-04-05new module i18nlangtagEike Rathke 2013-03-04Those libraries are not anymore used on windows at allFridrich Štrba 2012-12-30convert redland to gbuild and add to tail_buildPeter Foley 2012-11-20cairo: convert to gbuildMatúš Kukan 2012-11-20Merge branch 'feature/killsdf'Andras Timar 2012-11-15let's have only one orcus library in solverMatúš Kukan 2012-11-11Merge branch 'master' into feature/killsdfAndras Timar 2012-10-25graphite: convert to gbuildMatúš Kukan 2012-10-22mozilla import libraries have no "i" prefixMichael Stahl 2012-10-13Merge branch 'master' into feature/killsdfAndras Timar 2012-10-12convert librsvg to gbuildPeter Foley 2012-10-01gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl 2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl 2012-09-26this belongs to RepositoryFixesMatúš Kukan 2012-09-11rename orcus lib on mingw to fix buildDavid Tardon 2012-09-10Keep lexicographical sorting intactStephan Bergmann 2012-09-10libxslt: mangle exslt library name for WNTMichael Stahl 2012-09-09fix libpng name for WindowsMatúš Kukan 2012-08-13Missing ismime3.lib on WindowsStephan Bergmann 2012-08-06LanguageTag Windows buildEike Rathke