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
/ \
23 $(eval
$(call gb_Executable_use_static_libraries
,update_service
,\
28 $(eval
$(call gb_Executable_add_libs
,update_service
,\
45 $(eval
$(call gb_Executable_add_defs
,update_service
,\
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: */