# -*- 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_WinResTarget_WinResTarget,smath/launcher)) $(eval $(call gb_WinResTarget_set_include,smath/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,smath/launcher,\ -DRES_APP_ICON=icons/math_app.ico \ )) $(eval $(call gb_WinResTarget_add_dependencies,smath/launcher,\ sysui/desktop/icons/math_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,smath/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: runk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/configmgr/source
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-29 12:40:04 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-30 05:58:41 +0000
commitc7e8f21a538c409abe70b90d7bba38386e90a876 (patch)
treec5d1e79d88c5728c29fa49106b0e7c40e0f5f01d /configmgr/source
parentefbde08e2a9930edb4637824d9d3a768873314a8 (diff)
loplugin:unusedmethods
Change-Id: Id3b5cd75d4357336ed592ef11a3f34d209f8e95f Reviewed-on: https://gerrit.libreoffice.org/19636 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>