summaryrefslogtreecommitdiff
path: root/setup_native/Library_shlxtmsi.mk
blob: e6780d014b5fa4838a5e9bb035f13ddd9999f767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Library_Library,shlxtmsi))

$(eval $(call gb_Library_use_external,shlxtmsi,boost_headers))

$(eval $(call gb_Library_add_defs,shlxtmsi,\
	-DUNICODE \
	-D_UNICODE \
	-U_DLL \
))

$(eval $(call gb_Library_add_cxxflags,shlxtmsi,\
	$(if $(MSVC_USE_DEBUG_RUNTIME),/MTd,/MT) \
))

$(eval $(call gb_Library_add_ldflags,shlxtmsi,\
	/DEF:$(SRCDIR)/setup_native/source/win32/customactions/shellextensions/shlxtmsi.def \
	/NODEFAULTLIB \
))

$(eval $(call gb_Library_add_exception_objects,shlxtmsi,\
    setup_native/source/win32/customactions/shellextensions/startmenuicon \
    setup_native/source/win32/customactions/shellextensions/upgrade \
    setup_native/source/win32/customactions/shellextensions/migrateinstallpath \
    setup_native/source/win32/customactions/shellextensions/completeinstallpath \
    setup_native/source/win32/customactions/shellextensions/checkdirectory \
    setup_native/source/win32/customactions/shellextensions/vistaspecial \
    setup_native/source/win32/customactions/shellextensions/checkpatches \
))

$(eval $(call gb_Library_use_static_libraries,shlxtmsi,\
	seterror \
))

$(eval $(call gb_Library_use_system_win32_libs,shlxtmsi,\
	libcmt \
	libcpmt \
	libucrt \
	libvcruntime \
	msi \
	kernel32 \
	advapi32 \
	shell32 \
	psapi \
))

# vim: set noet sw=4 ts=4:
bdf4c76709dbcacb11292668b98a9efd8'>move SvTreeList::*Sibling to SvTreeListEntryNoel Grandin 2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke 2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin 2018-04-16Fix typosAndrea Gelmini 2018-04-05fix bug in AccessibleListBoxEntry::implGetParentAccessible()Noel Grandin 2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini 2018-03-13accessibility: simplify getSelection when possibleArnaud Versini 2018-03-07use more Color in UnoControls..canvasNoel Grandin 2018-02-28use less COLORDATA_RGBNoel Grandin 2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma 2018-02-27remove unused vclunohelper.hxx includesJochen Nitschke 2018-02-26ColorData->Color in variousNoel Grandin 2018-02-25accessibility: cleanup constructors and destructorsArnaud Versini 2018-02-25accessibility : remove useless Impl patternArnaud Versini 2018-02-24Modernize a bit accessibility and basctlJulien Nabet 2018-02-19accessibility: Small optimisation in AccessibleTabListBoxArnaud Versini 2018-02-18Accessibility : cleanup constructors and destructors.Arnaud Versini 2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara 2018-01-15More loplugin:cstylecast: accessibilityStephan Bergmann 2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann 2017-11-27accessibility : AccessibleBrowseBoxBase::isAlive is not thread safeArnaud Versini 2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe 2017-11-13Fix typosAndrea Gelmini 2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini 2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini 2017-10-09accessibility: consistently use "" and <> in include directivesMike Kaganski 2017-10-04add << operator for css::uno::ExceptionNoel Grandin 2017-09-18headString in SvTreeListBox is unusedNoel Grandin 2017-09-15accessibility: remove useless calls to virtual methods.Arnaud Versini 2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke 2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin 2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara 2017-07-28loplugin:constparams handle constructorsNoel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-20loplugin:constparams in accessibilityNoel Grandin