summaryrefslogtreecommitdiff
path: root/ucb/Library_ucpgio1.mk
blob: b67c9bb3c89eb35d9ad72b1d16f21c20237a1121 (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
# -*- 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_Library_Library,ucpgio1))

$(eval $(call gb_Library_set_componentfile,ucpgio1,ucb/source/ucp/gio/ucpgio))

$(eval $(call gb_Library_use_external,ucpgio1,boost_headers))

$(eval $(call gb_Library_use_sdk_api,ucpgio1))

$(eval $(call gb_Library_use_libraries,ucpgio1,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
	salhelper \
	ucbhelper \
	vcl \
))

$(eval $(call gb_Library_use_externals,ucpgio1,\
	gio \
))

$(eval $(call gb_Library_add_exception_objects,ucpgio1,\
	ucb/source/ucp/gio/gio_content \
	ucb/source/ucp/gio/gio_datasupplier \
	ucb/source/ucp/gio/gio_inputstream \
	ucb/source/ucp/gio/gio_mount \
	ucb/source/ucp/gio/gio_outputstream \
	ucb/source/ucp/gio/gio_provider \
	ucb/source/ucp/gio/gio_resultset \
	ucb/source/ucp/gio/gio_seekable \
))

# vim: set noet sw=4 ts=4:
class='logheader'>2018-04-13I guess it's time to remove some Win9x codeMike Kaganski Change-Id: I921207fb73b2dc1e0f55836fa87c3338ff4fe1a9 Reviewed-on: https://gerrit.libreoffice.org/52807 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> 2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky Change-Id: If55979b55b4bc8dee785f0940461a01995060682 Reviewed-on: https://gerrit.libreoffice.org/17362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl Mainly this means using /MDd instead of /MD and /MTd instead of /MT in the CFLAGS, and also re-mapping of .lib files to ones with "d". Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338 2013-02-17CustomActions should be statically linked with MSVCRTAndras Timar Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370 2013-02-16setup_native: no export on MinGWDavid Ostrovsky Change-Id: Iebce2ee63fd16dea4139b152b97fce69b8491e18 2013-02-13fix exported DLL function names for all CustomActionsAndras Timar Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3 2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>