summaryrefslogtreecommitdiff
path: root/desktop/Executable_sdraw.mk
blob: 1b12bb0f24674acf0d703cbba3a8918973c191b3 (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
# -*- 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_Executable_Executable,sdraw))

$(eval $(call gb_Executable_set_targettype_gui,sdraw,YES))

$(eval $(call gb_Executable_add_defs,sdraw,\
    -DUNICODE \
))

$(eval $(call gb_Executable_add_ldflags,sdraw,\
    /ENTRY:wWinMainCRTStartup \
))

$(eval $(call gb_Executable_use_static_libraries,sdraw,\
    winlauncher \
))

$(eval $(call gb_Executable_add_exception_objects,sdraw,\
    desktop/win32/source/applauncher/sdraw \
))

$(eval $(call gb_Executable_add_nativeres,sdraw,sdraw/launcher))

# vim: set ts=4 sw=4 et:
td> 2021-03-11tdf#114441: Convert use of sal_uLong to better integer typesBayram Çiçek 2021-02-14-Werror,-Wformat in idl with Raspberry pi 4bJulien Nabet 2021-02-12fix fuzzer buildCaolán McNamara 2021-01-21tdf#114441: Convert use of sal_uLong to better integer typessiddheshpatil777 2020-12-20No longer need to worry about ambiguous operator== in loplugin:stringviewparamStephan Bergmann 2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann 2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann 2020-11-17loplugin:stringviewparam check methods tooNoel 2020-11-13tdf#123936 Formatting files in module idl with clang-formatPhilipp Hofer 2020-10-29fix oss-fuzz build failureCaolán McNamara 2020-09-10svidl: Don't mention removed propertiesMaxim Monastirsky 2020-09-10Remove the useless Export sdi propertyMaxim Monastirsky 2020-04-07loplugin:flatten in idlNoel Grandin 2020-03-20The idl __attribute__((__weak__)) hack doesn't seem necessary for --enable-ltoStephan Bergmann 2020-03-11tdf#114441: Convert use of sal_uLong to better integer typesBugra 2020-03-02ofz#20976 build-failureCaolán McNamara 2020-03-02Revert "ofz#20976 build-failure"Caolán McNamara 2020-03-02ofz#20976 build-failureCaolán McNamara 2020-01-14loplugin:finalclasses in i18npool..linguisticNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-11-06loplugin:indentation find broken if statementsNoel Grandin 2019-10-24Introduce OStringCharStephan Bergmann 2019-10-21size some stringbuffer to prevent re-allocNoel Grandin 2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2019-10-15new loplugin:bufferaddNoel Grandin 2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin 2019-09-06Fixing '....'Andrea Gelmini 2019-07-18cid#1448323 Unchecked return valueCaolán McNamara 2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin 2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin 2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen