summaryrefslogtreecommitdiff
path: root/vcl/Executable_svpclient.mk
blob: 3861cd16e5fa9a1a73b73fc1856f59f4e8488015 (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 -*-
#
#
# 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,svpclient))

$(eval $(call gb_Executable_use_api,svpclient,\
    offapi \
    udkapi \
))

$(eval $(call gb_Executable_use_external,svpclient,boost_headers))

$(eval $(call gb_Executable_set_include,svpclient,\
    $$(INCLUDE) \
    -I$(SRCDIR)/vcl/inc \
))

$(eval $(call gb_Executable_add_defs,svpclient,\
    -DVCL_INTERNALS \
))

$(eval $(call gb_Executable_use_libraries,svpclient,\
    tl \
    sal \
    vcl \
    cppu \
    cppuhelper \
    comphelper \
))

ifeq ($(OS),HAIKU)
$(eval $(call gb_Executable_add_libs,svpclient,-lnetwork))
endif

$(eval $(call gb_Executable_add_exception_objects,svpclient,\
    vcl/workben/svpclient \
))

# vim: set noet sw=4 ts=4:
088cfa5c8082c8ceea32'>loplugin:constparam in sc part1Noel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2016-11-12Let's hook up the pivot table dumper code to Ctrl-Shift-F8 as well.Kohei Yoshida 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-04-26C++11: disable ctors instead of not implementing them (sc)Jochen Nitschke 2015-10-28com::sun::star->css in scNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-04-19fixincludeguards.sh: scThomas Arnhold 2014-04-06whitespace cleanup in scMarkus Mohrhard 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-10sal_Bool->boolNoel Grandin 2014-02-10sal_Bool->boolNoel Grandin 2014-02-10sal_Bool->boolNoel Grandin 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2012-12-04re-base on ALv2 code. Includes:Michael Meeks 2012-10-31Rename ScDPCacheTable to ScDPFilteredCache.Kohei Yoshida 2012-10-31Since the cache there is never NULL, let's take a reference instead.Kohei Yoshida 2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann 2012-07-06Properly rehash row visibility when the layout dialog is dismissed.Kohei Yoshida 2012-07-05fdo#51266: Sync dimension members in several places upon refresh.Kohei Yoshida 2012-06-23removed unused forward declarations of classTakeshi Abe 2012-04-19Revert "do not include contents of huge sc/sd/sw libs into tiny unittests"Luboš Luňák 2012-04-07do not include contents of huge sc/sd/sw libs into tiny unittestsLuboš Luňák