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 \
20 $(eval
$(call gb_Executable_use_static_libraries
,test_updater_dialog
,\
25 $(eval
$(call gb_Executable_add_libs
,test_updater_dialog
,\
34 $(eval
$(call gb_Executable_set_targettype_gui
,test_updater_dialog
,YES
))
36 $(eval
$(call gb_Executable_add_nativeres
,test_updater_dialog
,updaterres
))
38 $(eval
$(call gb_Executable_add_ldflags
,test_updater_dialog
,\
39 /ENTRY
:wmainCRTStartup \
44 $(eval
$(call gb_Executable_add_defs
,test_updater_dialog
,\
45 -DVERIFY_MAR_SIGNATURE \
49 $(eval
$(call gb_Executable_use_externals
,test_updater_dialog
,\
54 $(eval
$(call gb_Executable_add_libs
,test_updater_dialog
,\
63 $(eval
$(call gb_Executable_add_exception_objects
,test_updater_dialog
,\
64 onlineupdate
/workben
/test_dialog \
67 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */