summaryrefslogtreecommitdiff
path: root/desktop/StaticLibrary_winlauncher.mk
blob: 46bed0de4c901178d015cd96ef39fc9d8f113662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- 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_StaticLibrary_StaticLibrary,winlauncher))

$(eval $(call gb_StaticLibrary_add_defs,winlauncher,\
    -DUNICODE \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,winlauncher,\
    desktop/win32/source/applauncher/launcher \
))

# vim:set noet sw=4 ts=4:
c4ea366ec040cdb68f93d42045cba5780852d9f'>writerperfect: astyle -> clang-formatMiklos Vajna 2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky 2017-10-23loplugin:includeform: writerperfectStephan Bergmann 2017-08-03loplugin:constparams in starmathNoel Grandin 2017-08-02remove unnecessary use of 'this->'Noel Grandin 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-08-01writerprefect: run astyleMiklos Vajna 2017-07-21migrate to boost::gettextCaolán McNamara 2017-05-19make string translation loading more uniformCaolán McNamara 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert writerperfect module away from OSL_ASSERT to assertChris Sherlock 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-02-15move headers used by tests to inc/David Tardon 2017-01-29eliminate some code duplicityDavid Tardon 2017-01-27loplugin: unnecessary destructor writerfilter..xmloffNoel Grandin 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-05try to retrieve the .fm3 file when reading a .wp3 fileosnola 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-09-09astyleDavid Tardon 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann