update credits
[LibreOffice.git] / setup_native / Library_shlxtmsi.mk
blobbea522c62a3a6a14bd21103402f732b419fd88c8
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_Library_Library,shlxtmsi))
12 $(eval $(call gb_Library_use_external,shlxtmsi,boost_headers))
14 $(eval $(call gb_Library_add_defs,shlxtmsi,\
15 -U_DLL \
18 $(eval $(call gb_Library_add_cxxflags,shlxtmsi,\
19 $(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \
22 $(eval $(call gb_Library_add_ldflags,shlxtmsi,\
23 /DEF:$(SRCDIR)/setup_native/source/win32/customactions/shellextensions/shlxtmsi.def \
24 /NODEFAULTLIB \
27 $(eval $(call gb_Library_add_exception_objects,shlxtmsi,\
28 setup_native/source/win32/customactions/shellextensions/startmenuicon \
29 setup_native/source/win32/customactions/shellextensions/upgrade \
30 setup_native/source/win32/customactions/shellextensions/migrateinstallpath \
31 setup_native/source/win32/customactions/shellextensions/completeinstallpath \
32 setup_native/source/win32/customactions/shellextensions/checkdirectory \
33 setup_native/source/win32/customactions/shellextensions/checkpatches \
36 $(eval $(call gb_Library_use_static_libraries,shlxtmsi,\
37 seterror \
40 $(eval $(call gb_Library_use_system_win32_libs,shlxtmsi,\
41 libcmt \
42 libcpmt \
43 libucrt \
44 libvcruntime \
45 msi \
46 kernel32 \
47 advapi32 \
48 shell32 \
49 psapi \
52 # vim: set noet sw=4 ts=4: