Typo: remmeber->remember
[LibreOffice.git] / desktop / Library_deploymentgui.mk
blobcca6211b3a10f904b1d3770464dd8a3342cd3f6b
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_set_precompiled_header,deploymentgui,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentgui))
23 $(eval $(call gb_Library_use_sdk_api,deploymentgui))
25 $(eval $(call gb_Library_use_libraries,deploymentgui,\
26 comphelper \
27 cppu \
28 cppuhelper \
29 deploymentmisc \
30 i18nlangtag \
31 sal \
32 salhelper \
33 sfx \
34 svl \
35 svt \
36 svxcore \
37 tk \
38 tl \
39 ucbhelper \
40 utl \
41 vcl \
42 $(gb_UWINAPI) \
45 ifeq ($(OS),WNT)
47 $(eval $(call gb_Library_use_system_win32_libs,deploymentgui,\
48 ole32 \
51 endif
54 $(eval $(call gb_Library_set_componentfile,deploymentgui,desktop/source/deployment/gui/deploymentgui))
56 $(eval $(call gb_Library_add_exception_objects,deploymentgui,\
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: