crashtesting: empty brace init of o3tl::enumarray doesn't zero each element
[LibreOffice.git] / onlineupdate / Executable_test_updater_dialog.mk
bloba2988d0079d6c7b08aa6e403cdc6f7a286ef0b62
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,test_updater_dialog))
12 $(eval $(call gb_Executable_set_include,test_updater_dialog,\
13 -I$(SRCDIR)/onlineupdate/inc \
14 -I$(SRCDIR)/onlineupdate/source/update/common \
15 -I$(SRCDIR)/onlineupdate/source/update/updater/xpcom/glue \
16 -I$(SRCDIR)/onlineupdate/source/update/updater \
17 $$(INCLUDE) \
18 $(if $(filter-out WNT,$(OS)),$$(GTK3_CFLAGS) ) \
21 $(eval $(call gb_Executable_use_static_libraries,test_updater_dialog,\
22 updatehelper \
25 ifeq ($(OS),WNT)
26 $(eval $(call gb_Executable_add_libs,test_updater_dialog,\
27 Ws2_32.lib \
28 Gdi32.lib \
29 Comctl32.lib \
30 Shell32.lib \
31 Shlwapi.lib \
32 Crypt32.lib \
35 $(eval $(call gb_Executable_set_targettype_gui,test_updater_dialog,YES))
37 $(eval $(call gb_Executable_add_nativeres,test_updater_dialog,updaterres))
39 $(eval $(call gb_Executable_add_ldflags,test_updater_dialog,\
40 /ENTRY:wmainCRTStartup \
43 else
45 $(eval $(call gb_Executable_add_defs,test_updater_dialog,\
46 -DVERIFY_MAR_SIGNATURE \
47 -DNSS3 \
50 $(eval $(call gb_Executable_use_externals,test_updater_dialog,\
51 nss3 \
54 $(eval $(call gb_Executable_add_libs,test_updater_dialog,\
55 $(GTK3_LIBS) \
57 endif
59 $(eval $(call gb_Executable_add_exception_objects,test_updater_dialog,\
60 onlineupdate/workben/test_dialog \
63 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */