summaryrefslogtreecommitdiff
path: root/desktop/Executable_minidump_upload.mk
blob: 959d4af8c7c1fc061b822b29f68572fc2e272832 (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
# -*- 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,minidump_upload))

$(eval $(call gb_Executable_use_libraries,minidump_upload,\
	crashreport \
    sal \
))

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

$(eval $(call gb_Executable_use_external,minidump_upload,curl))

$(eval $(call gb_Executable_add_exception_objects,minidump_upload,\
    desktop/source/minidump/minidump_upload \
))

# vim: set noet sw=4 ts=4:
a>Jan-Marek Glogowski 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-05-04use Any constructor instead of temporariesNoel Grandin 2016-04-01tdf#94306 Replace boost::noncopyable in sc/sourceJochen Nitschke 2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani 2016-02-16use consistent #define checks for the Windows platformNoel Grandin 2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin 2015-11-13sc: replace that boost::ptr_vector<Reference<T>*> abominationMichael Stahl 2015-11-13cppcheck: noExplicitConstructorCaolán McNamara 2015-11-02cppcheck: noExplicitConstructorCaolán McNamara 2015-10-28com::sun::star->css in scNoel Grandin 2015-10-21refactor out some com::sun::star typedefsNoel Grandin 2015-10-21remove untyped Link<>Noel Grandin 2015-10-09tdf#39468 translated german comments in test.cxxAlbert Thuswaldner 2015-09-30Fix typosAndrea Gelmini 2015-09-03sc: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin 2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-09Change tools::Time::GetSystemTicks to sal_uInt64Stephan Bergmann 2015-02-16we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara 2014-12-21fdo#39440 sc: reduce scope of local variablesMichael Weghorn 2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist 2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl 2014-11-10make that file platform independentMarkus Mohrhard 2014-10-01fdo#82577: Handle TimeNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-25remove whitespaceMarkus Mohrhard 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-17remove executable bitAndras Timar 2014-04-06whitespace cleanup in scMarkus Mohrhard