lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / onlineupdate / Executable_test_updater_dialog.mk
blob92e70dfae337b52a960bb4e2c22e798026e2ee80
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) \
20 $(eval $(call gb_Executable_use_static_libraries,test_updater_dialog,\
21 updatehelper \
24 ifeq ($(OS),WNT)
25 $(eval $(call gb_Executable_add_libs,test_updater_dialog,\
26 Ws2_32.lib \
27 Gdi32.lib \
28 Comctl32.lib \
29 Shell32.lib \
30 Shlwapi.lib \
31 Crypt32.lib \
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 \
42 $(eval $(call gb_Executable_add_defs,test_updater_dialog,\
43 -DUNICODE \
46 else
48 $(eval $(call gb_Executable_add_defs,test_updater_dialog,\
49 -DVERIFY_MAR_SIGNATURE \
50 -DNSS3 \
53 $(eval $(call gb_Executable_use_externals,test_updater_dialog,\
54 nss3 \
55 gtk \
58 $(eval $(call gb_Executable_add_libs,test_updater_dialog,\
59 -lX11 \
60 -lXext \
61 -lXrender \
62 -lSM \
63 -lICE \
64 -lpthread \
66 endif
68 $(eval $(call gb_Executable_add_exception_objects,test_updater_dialog,\
69 onlineupdate/workben/test_dialog \
72 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */