vcl: make "Reduce Transparency" parameter tweakable
[LibreOffice.git] / onlineupdate / Executable_test_updater_dialog.mk
blobbd144c8bca18f925af4f3bd1cc4fbbf085baddba
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 else
44 $(eval $(call gb_Executable_add_defs,test_updater_dialog,\
45 -DVERIFY_MAR_SIGNATURE \
46 -DNSS3 \
49 $(eval $(call gb_Executable_use_externals,test_updater_dialog,\
50 nss3 \
51 gtk \
54 $(eval $(call gb_Executable_add_libs,test_updater_dialog,\
55 -lX11 \
56 -lXext \
57 -lXrender \
58 -lSM \
59 -lICE \
61 endif
63 $(eval $(call gb_Executable_add_exception_objects,test_updater_dialog,\
64 onlineupdate/workben/test_dialog \
67 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */