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

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

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

$(eval $(call gb_Executable_use_static_libraries,senddoc,\
	simplemapi \
))

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

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
id=e0791969c8913f7719f59cf57983f5388a311cc6'>remove PROFILE checksThomas Arnhold 2014-03-27sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-12No need for isKindOf to be SAL_CALLStephan Bergmann 2014-02-27Remove visual noise from storeAlexander Wilms 2014-02-17store: sal_Bool -> boolStephan Bergmann 2014-01-28bool improvementsStephan Bergmann 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-07-09Remove warning by using the right printf commandsArnaud Versini 2013-06-20-Werror,-Wdeprecated-registerStephan Bergmann 2013-06-10mingw64: use the sal formatting strings in storeFridrich Štrba 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-24gbuild: drop empty use_packages callsDavid Tardon 2013-04-24gbuild: drop uses of removed packagesDavid Tardon 2013-04-23execute move of global headersBjoern Michaelsen 2013-04-12do not set soversion for private ure librariesMatúš Kukan 2013-04-10Revert "store: new ZipPackage_store_odk_headers"Michael Stahl 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19further OUString cleanupThomas Arnhold 2013-03-18cleanup doxygen warningsPeter Foley 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks 2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold 2013-03-09Use BOOST_STATIC_ASSERTStephan Bergmann 2013-03-04remove unused and commented out codeThomas Arnhold 2013-02-28remove all d.lstMichael Stahl 2013-02-27store: new ZipPackage_store_odk_headersMichael Stahl