summaryrefslogtreecommitdiff
path: root/shell/Library_wininetbe.mk
blob: 9853c2cba6f6af30478ec370fd0fcfb18e53c9b4 (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_Library_Library,wininetbe1))

$(eval $(call gb_Library_use_sdk_api,wininetbe1))

$(eval $(call gb_Library_use_libraries,wininetbe1,\
	cppu \
	cppuhelper \
	sal \
	$(gb_STDLIBS) \
))

$(eval $(call gb_Library_set_componentfile,wininetbe1,shell/source/backends/wininetbe/wininetbe1))

$(eval $(call gb_Library_add_exception_objects,wininetbe1,\
    shell/source/backends/wininetbe/wininetbackend \
    shell/source/backends/wininetbe/wininetbecdef \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
6d65037e7b5ac4ee6452430296b2ae8893ae366'>Tell where the colon is missing in the exception messageTor Lillqvist 2016-08-05configmgr: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-07-27improve passstuffbyref return analysisNoel Grandin 2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann 2016-06-15tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep 2016-05-31tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips 2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin 2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin 2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin 2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley 2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin 2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin 2016-04-14loplugin:passstuffbyref in variousNoel Grandin 2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke 2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke 2016-03-31Missing includeStephan Bergmann 2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski 2016-03-12Let's use the iterator return by erase method (part b)Julien Nabet 2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-02-02tdf#70998 Termchange: Graphic/Picture->Imageakki95