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 \
18 $(if
$(filter-out WNT
,$(OS
)),$$(GTK3_CFLAGS
) ) \
21 $(eval
$(call gb_Executable_use_static_libraries
,test_updater_dialog
,\
26 $(eval
$(call gb_Executable_add_libs
,test_updater_dialog
,\
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 \
45 $(eval
$(call gb_Executable_add_defs
,test_updater_dialog
,\
46 -DVERIFY_MAR_SIGNATURE \
50 $(eval
$(call gb_Executable_use_externals
,test_updater_dialog
,\
54 $(eval
$(call gb_Executable_add_libs
,test_updater_dialog
,\
59 $(eval
$(call gb_Executable_add_exception_objects
,test_updater_dialog
,\
60 onlineupdate
/workben
/test_dialog \
63 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */