Don't search for old (<= 2.0) .NET SDK anymore
[LibreOffice.git] / extensions / Library_updchk.mk
blob269a0d4dd36bc4073068475c63cee37a19bad358
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Library_Library,updchk))
12 $(eval $(call gb_Library_set_componentfile,updchk,extensions/source/update/check/updchk.uno))
14 $(eval $(call gb_Library_set_include,updchk,\
15 $$(INCLUDE) \
16 -I$(SRCDIR)/extensions/inc \
19 $(eval $(call gb_Library_use_sdk_api,updchk))
21 $(eval $(call gb_Library_use_libraries,updchk,\
22 cppuhelper \
23 cppu \
24 sal \
25 salhelper \
26 utl \
27 vcl \
30 ifeq ($(OS),WNT)
31 $(eval $(call gb_Library_use_system_win32_libs,updchk,\
32 ole32 \
33 shell32 \
34 wininet \
37 $(eval $(call gb_Library_add_exception_objects,updchk,\
38 extensions/source/update/check/onlinecheck \
40 endif # OS WNT
42 $(eval $(call gb_Library_use_externals,updchk,\
43 boost_headers \
44 curl \
47 $(eval $(call gb_Library_add_exception_objects,updchk,\
48 extensions/source/update/check/download \
49 extensions/source/update/check/updatecheck \
50 extensions/source/update/check/updatecheckconfig \
51 extensions/source/update/check/updatecheckjob \
52 extensions/source/update/check/updatehdl \
53 extensions/source/update/check/updateprotocol \
56 # vim:set noet sw=4 ts=4: