# -*- 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,scalc/launcher)) $(eval $(call gb_WinResTarget_set_include,scalc/launcher,\ $$(INCLUDE) \ -I$(SRCDIR)/sysui/desktop \ )) $(eval $(call gb_WinResTarget_add_defs,scalc/launcher,\ -DRES_APP_NAME=scalc \ -DRES_APP_FILEDESC="$(PRODUCTNAME) Calc" \ -DRES_APP_ICON=icons/calc_app.ico \ -DVERVARIANT=$(LIBO_VERSION_PATCH) \ -DRES_APP_VENDOR="$(OOO_VENDOR)" \ )) $(eval $(call gb_WinResTarget_add_dependencies,scalc/launcher,\ sysui/desktop/icons/calc_app.ico \ )) $(eval $(call gb_WinResTarget_set_rcfile,scalc/launcher,desktop/win32/source/applauncher/launcher)) # vim: set ts=4 sw=4 et: kunlong.cn:88/cgit/lo/core/commit/?id=8b43736ca7eba8a9bf0b2421e267a987e5fdf209'/> 8b43736ca7eba8a9bf0b2421e267a987e5fdf209 Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
Change-Id: Ic3f2d42121b5423d67c4c79302b02ac495ac9640
install cpp docs using filelist 2013-05-04T14:42:19+00:00 David Tardon dtardon@redhat.com 2013-05-04T11:57:06+00:00 ffa50f643c9bed8a6c5970ba72712a1d68d186a6 Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 Reviewed-on: https://gerrit.libreoffice.org/3775 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0
Reviewed-on: https://gerrit.libreoffice.org/3775
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>