bump product version to 5.0.4.1
[LibreOffice.git] / desktop / AllLangResTarget_deploymentgui.mk
blobbc9012ffb96484da0b5670da68608cb1a7fdf164
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_AllLangResTarget_AllLangResTarget,deploymentgui))
12 $(eval $(call gb_AllLangResTarget_set_reslocation,deploymentgui,desktop))
14 $(eval $(call gb_AllLangResTarget_add_srs,deploymentgui,\
15 deploymentgui/res \
18 $(eval $(call gb_SrsTarget_SrsTarget,deploymentgui/res))
20 $(eval $(call gb_SrsTarget_set_include,deploymentgui/res,\
21 $$(INCLUDE) \
22 -I$(SRCDIR)/desktop/inc \
23 -I$(SRCDIR)/desktop/source/deployment/registry/inc \
24 -I$(SRCDIR)/desktop/source/inc \
27 $(eval $(call gb_SrsTarget_add_files,deploymentgui/res,\
28 desktop/source/deployment/gui/dp_gui_dialog2.src \
29 desktop/source/deployment/gui/dp_gui_dialog.src \
30 desktop/source/deployment/gui/dp_gui_updatedialog.src \
31 desktop/source/deployment/gui/dp_gui_updateinstalldialog.src \
32 desktop/source/deployment/gui/dp_gui_versionboxes.src \
35 $(eval $(call gb_SrsTarget_add_nonlocalizable_files,deploymentgui/res,\
36 desktop/source/deployment/gui/dp_gui_backend.src \
39 # vim: set ts=4 sw=4 et: