bump product version to 4.2.0.1
[LibreOffice.git] / uui / Library_uui.mk
blob66e38796127bf5b87c0932cfcf9610d1a3135205
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,uui))
12 $(eval $(call gb_Library_set_componentfile,uui,uui/util/uui))
14 $(eval $(call gb_Library_use_external,uui,boost_headers))
16 $(eval $(call gb_Library_use_custom_headers,uui,\
17 officecfg/registry \
20 $(eval $(call gb_Library_use_sdk_api,uui))
22 $(eval $(call gb_Library_use_libraries,uui,\
23 comphelper \
24 cppu \
25 cppuhelper \
26 sal \
27 i18nlangtag \
28 svl \
29 svt \
30 tk \
31 tl \
32 utl \
33 vcl \
34 $(gb_UWINAPI) \
37 $(eval $(call gb_Library_add_exception_objects,uui,\
38 uui/source/alreadyopen \
39 uui/source/filechanged \
40 uui/source/fltdlg \
41 uui/source/iahndl \
42 uui/source/iahndl-authentication \
43 uui/source/iahndl-errorhandler \
44 uui/source/iahndl-filter \
45 uui/source/iahndl-ioexceptions \
46 uui/source/iahndl-locking \
47 uui/source/iahndl-ssl \
48 uui/source/interactionhandler \
49 uui/source/lockfailed \
50 uui/source/logindlg \
51 uui/source/masterpasscrtdlg \
52 uui/source/masterpassworddlg \
53 uui/source/nameclashdlg \
54 uui/source/newerverwarn \
55 uui/source/openlocked \
56 uui/source/passwordcontainer \
57 uui/source/passworddlg \
58 uui/source/requeststringresolver \
59 uui/source/secmacrowarnings \
60 uui/source/services \
61 uui/source/sslwarndlg \
62 uui/source/trylater \
63 uui/source/unknownauthdlg \
66 # vim: set noet sw=4 ts=4: