summaryrefslogtreecommitdiff
path: root/desktop/WinResTarget_sbase.mk
blob: 008e436b5358882809c64fe6f53de7af61d0cf05 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2011 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_WinResTarget_WinResTarget,sbase/src))

$(eval $(call gb_WinResTarget_set_include,sbase/src,\
    $$(INCLUDE) \
    -I$(SRCDIR)/sysui/desktop \
))

$(eval $(call gb_WinResTarget_add_defs,sbase/src,\
    -DRES_APP_NAME=sbase \
    -DRES_APP_ICON=icons/base_app.ico \
    -DVERVARIANT=$(BUILD) \
    -DRES_APP_VENDOR="$(OOO_VENDOR)" \
))

$(eval $(call gb_WinResTarget_add_dependencies,sbase/src,\
    sysui/desktop/icons/base_app.ico \
))

$(eval $(call gb_WinResTarget_set_rcfile,sbase/src,desktop/win32/source/applauncher/launcher))

# vim: set ts=4 sw=4 et:
McNamara 2017-05-19make string translation loading more uniformCaolán McNamara 2017-05-05loplugin:checkunusedparams in svx(part4)Noel Grandin 2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin 2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M 2017-03-31use actual UNO enums in svxNoel Grandin 2017-03-28remove enum slot code from sfx2Noel Grandin 2017-03-23remove unused helpid in SfxShellNoel Grandin 2017-03-22create SfxDisableFlags enumNoel Grandin 2017-03-08loplugin:loopvartoosmallStephan Bergmann 2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin 2016-12-12Mark as constTakeshi Abe 2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin 2016-11-18includes should be at the top of the fileNoel Grandin 2016-10-31loplugin:oncevar in svl..svxNoel Grandin 2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-01-28loplugin:fpcomparison in svx/Noel Grandin 2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-10-31com::sun::star->css in svxNoel Grandin 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht 2015-07-16loplugin:simplifyboolStephan Bergmann 2015-07-04Fix typosAndrea Gelmini 2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann 2015-04-10Manual cleanup of misc. issues.Michael Meeks 2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks 2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin 2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2015-03-23remove SFX_SLOTMAP macroNoel Grandin 2015-03-08svx: nAnz -> nCountMiklos Vajna 2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin