Do dependency computation checks for OpenCL and...
[LibreOffice.git] / onlineupdate / Executable_update_service.mk
blob1ce5c9fb3efd418ff702a4c20ea7a2f44e82352d
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_Executable_Executable,update_service))
12 $(eval $(call gb_Executable_set_targettype_gui,update_service,YES))
14 $(eval $(call gb_Executable_set_include,update_service,\
15 -I$(SRCDIR)/onlineupdate/inc \
16 -I$(SRCDIR)/onlineupdate/source/libmar/src/ \
17 -I$(SRCDIR)/onlineupdate/source/libmar/verify/ \
18 -I$(SRCDIR)/onlineupdate/source/libmar/sign/ \
19 -I$(SRCDIR)/onlineupdate/source/update/common/ \
20 $$(INCLUDE) \
23 $(eval $(call gb_Executable_use_static_libraries,update_service,\
24 updatehelper \
25 windows_process \
28 $(eval $(call gb_Executable_add_libs,update_service,\
29 ws2_32.lib \
30 Crypt32.lib \
31 shell32.lib \
32 wintrust.lib \
33 version.lib \
34 wtsapi32.lib \
35 userenv.lib \
36 shlwapi.lib \
37 ole32.lib \
38 rpcrt4.lib \
39 comctl32.lib \
40 shlwapi.lib \
41 kernel32.lib \
42 advapi32.lib \
45 $(eval $(call gb_Executable_add_defs,update_service,\
46 -DUNICODE \
49 $(eval $(call gb_Executable_add_ldflags,update_service,\
50 /ENTRY:wmainCRTStartup \
53 $(eval $(call gb_Executable_add_exception_objects,update_service,\
54 onlineupdate/source/service/certificatecheck \
55 onlineupdate/source/service/maintenanceservice \
56 onlineupdate/source/service/registrycertificates \
57 onlineupdate/source/service/servicebase \
58 onlineupdate/source/service/serviceinstall \
59 onlineupdate/source/service/workmonitor \
62 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */