Revert "reduce symbol visibility in sw"
[LibreOffice.git] / xmlhelp / Library_ucpchelp1.mk
blob16b730e72c8511a232f153c4488529abdd04128d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,ucpchelp1))
12 $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1,services))
14 $(eval $(call gb_Library_set_include,ucpchelp1,\
15 -I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \
16 $$(INCLUDE) \
19 $(eval $(call gb_Library_use_custom_headers,ucpchelp1, \
20 officecfg/registry \
23 $(eval $(call gb_Library_use_sdk_api,ucpchelp1))
25 $(eval $(call gb_Library_use_externals,ucpchelp1,\
26 clucene \
27 expat \
28 libxml2 \
29 libxslt \
32 $(eval $(call gb_Library_use_libraries,ucpchelp1,\
33 comphelper \
34 cppu \
35 cppuhelper \
36 helplinker \
37 sal \
38 tl \
39 ucbhelper \
40 utl \
41 i18nlangtag \
42 vcl \
45 $(eval $(call gb_Library_add_exception_objects,ucpchelp1,\
46 xmlhelp/source/cxxhelp/provider/content \
47 xmlhelp/source/cxxhelp/provider/contentcaps \
48 xmlhelp/source/cxxhelp/provider/databases \
49 xmlhelp/source/cxxhelp/provider/db \
50 xmlhelp/source/cxxhelp/provider/inputstream \
51 xmlhelp/source/cxxhelp/provider/provider \
52 xmlhelp/source/cxxhelp/provider/resultset \
53 xmlhelp/source/cxxhelp/provider/resultsetbase \
54 xmlhelp/source/cxxhelp/provider/resultsetforquery \
55 xmlhelp/source/cxxhelp/provider/resultsetforroot \
56 xmlhelp/source/cxxhelp/provider/urlparameter \
57 xmlhelp/source/treeview/tvfactory \
58 xmlhelp/source/treeview/tvread \
61 # vim: set shiftwidth=4 tabstop=4 noexpandtab: