# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_AllLangResTarget_AllLangResTarget,deploymentgui)) $(eval $(call gb_AllLangResTarget_set_reslocation,deploymentgui,desktop)) $(eval $(call gb_AllLangResTarget_add_srs,deploymentgui,\ deploymentgui/res \ )) $(eval $(call gb_SrsTarget_SrsTarget,deploymentgui/res)) $(eval $(call gb_SrsTarget_set_include,deploymentgui/res,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/inc \ -I$(SRCDIR)/desktop/source/deployment/registry/inc \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_SrsTarget_add_files,deploymentgui/res,\ desktop/source/deployment/gui/dp_gui_dialog.src \ desktop/source/deployment/gui/dp_gui_updatedialog.src \ desktop/source/deployment/gui/dp_gui_updateinstalldialog.src \ desktop/source/deployment/gui/dp_gui_versionboxes.src \ )) # vim: set ts=4 sw=4 et: /capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-08 15:35:06 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-08 15:35:47 +0200
commit862bd364390a05ad0b07f9280fb9a0f8b2cc4ed6 (patch)
treeb2e86b04abc1cb675eb17ff09bbfbf8a453bb3a8 /slideshow/source/engine/slide
parentbd0e0dc7bdf0b4e027a93ff0db330472e0b90897 (diff)
tdf#94222: Revert "slideshow: replace for_each with range-based loop"