summaryrefslogtreecommitdiff
path: root/desktop/WinResTarget_scalc.mk
blob: 7060dcb775f427867f9daea5dc839a980de9940c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- 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_ICON=icons/calc_app.ico \
))

$(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:
cedaa4aab7'>Revert "fdo#41865: Make macro recording work without experimental features"August Sodora 2011-12-03fdo#41865: Make macro recording work without experimental featuresAugust Sodora 2011-12-03WaE : missing return value on one code pathNorbert Thiebaud 2011-12-03sfx2::FileDialogHelper: the punchline:Michael Stahl 2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl 2011-12-03sfx2::DocumentInserter: remove nFlags ctor paramMichael Stahl 2011-12-03SvBaseLink::GetFileDialog renamed GetInsertFileDialogMichael Stahl 2011-12-03sfx2::FileDialogHelper: remove obsolete flagsMichael Stahl 2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl 2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl 2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl 2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke 2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke