summaryrefslogtreecommitdiff
path: root/shell/StaticLibrary_shlxthandler_common_x64.mk
blob: 2f906c516e68a135760d81511469217019c70d82 (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
# -*- 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_StaticLibrary_StaticLibrary,shlxthandler_common_x64))

$(eval $(call gb_StaticLibrary_set_x64,shlxthandler_common_x64,YES))

$(eval $(call gb_StaticLibrary_use_custom_headers,shlxthandler_common_x64,\
	shell/source \
))

$(eval $(call gb_StaticLibrary_set_include,shlxthandler_common_x64,\
	-I$(SRCDIR)/shell/inc \
	$$(INCLUDE) \
))

$(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
	-DISOLATION_AWARE_ENABLED \
	-DWIN32_LEAN_AND_MEAN \
))

$(eval $(call gb_StaticLibrary_use_externals,shlxthandler_common_x64,\
	expat_x64 \
	zlib_x64 \
))

$(eval $(call gb_StaticLibrary_add_x64_generated_exception_objects,shlxthandler_common_x64,\
    CustomTarget/shell/source/win32/ooofilereader/autostyletag \
    CustomTarget/shell/source/win32/ooofilereader/basereader \
    CustomTarget/shell/source/win32/ooofilereader/contentreader \
    CustomTarget/shell/source/win32/ooofilereader/keywordstag \
    CustomTarget/shell/source/win32/ooofilereader/metainforeader \
    CustomTarget/shell/source/win32/ooofilereader/simpletag \
    CustomTarget/shell/source/win32/shlxthandler/ooofilt/stream_helper \
    CustomTarget/shell/source/win32/shlxthandler/util/fileextensions \
    CustomTarget/shell/source/win32/shlxthandler/util/iso8601_converter \
    CustomTarget/shell/source/win32/shlxthandler/util/registry \
    CustomTarget/shell/source/win32/shlxthandler/util/utilities \
    CustomTarget/shell/source/win32/zipfile/zipexcptn \
    CustomTarget/shell/source/win32/zipfile/zipfile \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
694082da2ac92e925b98c704bffd'>Animations : no need to use the global mutex hereArnaud VERSINI 2022-05-31Also assert that nNodeType is non-negativeStephan Bergmann 2022-05-07osl::Mutex->std::mutex in TimeContainerEnumerationNoel Grandin 2022-01-30animations : use cppuhelper::BaseMutexArnaud VERSINI 2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann 2021-11-27use more OInterfaceContainerHelper3 in AnimationNodeNoel Grandin 2021-10-12loplugin:moveparam in variousNoel Grandin 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski 2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-19Updated README.md filesHossein 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-04-07rtl::Static -> function local staticNoel Grandin 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-21animcore : AnimationNode should be finalArnaud Versini 2021-01-27PPTX filter: fix lost is-narration property for slide narrationsMiklos Vajna 2021-01-26[API CHANGE] PPTX filter: fix lost hide-while-show prop for slide narrationsMiklos Vajna 2021-01-20improve some IllegalArgumentException messagesNoel 2020-11-05tdf#42949 Fix new IWYU warnings in directories [ab]*Gabor Kelemen 2020-08-31add missing initializers about physics animations to AnimationNode classSarper Akdemir 2020-08-22add bounciness velocity and density options to physics animationsSarper Akdemir 2020-08-20make physics based animation effects importable-exportableSarper Akdemir 2020-04-18loplugin:flatten in accessibilityNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): animationsStephan Bergmann 2019-05-23tdf#42949 Fix IWYU warnings in: animations/ eventattacher/ i18nutil/Gabor Kelemen 2019-04-06clang-tidy modernize-avoid-c-arrays in animationsArkadiy Illarionov 2019-03-27Remove unused using declarations in directories [a-d]*Gabor Kelemen 2018-09-17New loplugin:externalStephan Bergmann 2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin