bump product version to 4.1.6.2
[LibreOffice.git] / desktop / Library_deploymentgui.mk
blob1fb9e33f3711c4c4adaeaf6ca3f143079b6ca7eb
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,deploymentgui))
12 $(eval $(call gb_Library_set_include,deploymentgui,\
13 $$(INCLUDE) \
14 -I$(SRCDIR)/desktop/inc \
15 -I$(SRCDIR)/desktop/source/deployment/inc \
16 -I$(SRCDIR)/desktop/source/inc \
19 $(eval $(call gb_Library_use_external,deploymentgui,boost_headers))
21 $(eval $(call gb_Library_use_sdk_api,deploymentgui))
23 $(eval $(call gb_Library_use_libraries,deploymentgui,\
24 comphelper \
25 cppu \
26 cppuhelper \
27 deploymentmisc \
28 i18nlangtag \
29 sal \
30 salhelper \
31 sfx \
32 svl \
33 svt \
34 svxcore \
35 tk \
36 tl \
37 ucbhelper \
38 utl \
39 vcl \
40 $(gb_UWINAPI) \
43 ifeq ($(OS),WNT)
45 $(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\
46 ole32 \
49 endif
52 $(eval $(call gb_Library_set_componentfile,deploymentgui,desktop/source/deployment/gui/deploymentgui))
54 $(eval $(call gb_Library_add_exception_objects,deploymentgui,\
55 desktop/source/deployment/gui/descedit \
56 desktop/source/deployment/gui/dp_gui_autoscrolledit \
57 desktop/source/deployment/gui/dp_gui_dependencydialog \
58 desktop/source/deployment/gui/dp_gui_dialog2 \
59 desktop/source/deployment/gui/dp_gui_extensioncmdqueue \
60 desktop/source/deployment/gui/dp_gui_extlistbox \
61 desktop/source/deployment/gui/dp_gui_service \
62 desktop/source/deployment/gui/dp_gui_theextmgr \
63 desktop/source/deployment/gui/dp_gui_updatedialog \
64 desktop/source/deployment/gui/dp_gui_updateinstalldialog \
65 desktop/source/deployment/gui/license_dialog \
68 # vim: set ts=4 sw=4 et: