summaryrefslogtreecommitdiff
path: root/vcl/Executable_svpclient.mk
blob: 9f92ec55390cedcb5a644de7e82f9bd28a21ce5e (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
# -*- 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_use_libraries,svpclient,\
    tl \
    sal \
    vcl \
    cppu \
    cppuhelper \
    comphelper \
))

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

# vim: set noet sw=4 ts=4:
15-09-17 18:59:32 +0100'>2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara 2015-09-17boost->stdCaolán McNamara 2015-09-17convert Link<> to typedNoel Grandin 2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-14Re-work app side-bar code to manage objects correctly.Michael Meeks 2015-04-09vcl: VclPtr conversion in sdNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg 2014-06-25remove whitespacesMarkus Mohrhard 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2013-10-28remove local css namespace definitionsThomas Arnhold 2013-10-23fixincludeguards.sh: sdThomas Arnhold 2013-09-03Remove more unused methodsMarcos Paulo de Souza 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann