summaryrefslogtreecommitdiff
path: root/shell/Executable_senddoc.mk
blob: 0a184ecc0c75ec86b15098b011c318d1e6f05022 (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
# -*- 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,senddoc))

$(eval $(call gb_Executable_use_system_win32_libs,senddoc,\
	kernel32 \
))

$(eval $(call gb_Executable_use_sdk_api,senddoc))

$(eval $(call gb_Executable_use_libraries,senddoc,\
	i18nlangtag \
	sal \
	utl \
))

$(eval $(call gb_Executable_add_exception_objects,senddoc,\
    shell/source/win32/simplemail/senddoc \
))

$(eval $(call gb_Executable_add_default_nativeres,senddoc))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
6a3f7044a775a'>Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-05-01move some headers inside their respective modulesNoel Grandin 2020-04-12replace and remove VectorGraphicDataPtr typedef for the real typeTomaž Vajngerl 2020-04-12remove unused includes in graphicfilterTomaž Vajngerl 2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin 2020-03-12android: Fix 32bit build.Jan Holesovsky 2020-03-11Blind fix for Android Tinderbox buildMichael Weghorn 2020-03-11android: Use the best speed compression as on iOS.Jan Holesovsky 2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl 2020-03-04graphic: remove "AllowPartialStreamRead" from graphic importTomaž Vajngerl 2020-03-04graphic: remove CreateNativeLink property for graphic importTomaž Vajngerl 2020-03-04vcl: rename GetContext to GetReaderContext in GraphicTomaž Vajngerl 2020-02-26vcl: use UCBContentHelper in instead of implement own functionsTomaž Vajngerl 2020-02-11move GraphicReader class out of graph.hxxTomaž Vajngerl 2020-02-09Fix typoAndrea Gelmini 2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin 2020-01-15tweak GetBitmap methods in BitmapExNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-10-24pdfium: Switch the condition for better readibility.Jan Holesovsky