summaryrefslogtreecommitdiff
path: root/embedserv/Library_emser.mk
blob: 559f8d713450e33371a472c5e3765b803865bb18 (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
56
57
58
59
60
61
62
63
64
65
66
67
# -*- 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,emser))

$(eval $(call gb_Library_set_componentfile,emser,embedserv/util/emser))

$(eval $(call gb_Library_set_include,emser,\
	-I$(SRCDIR)/embedserv/source/inc \
	-I$(ATL_INCLUDE) \
	$$(INCLUDE) \
))

$(eval $(call gb_Library_add_defs,emser,\
	-UNOMINMAX \
))

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

$(eval $(call gb_Library_use_sdk_api,emser))

$(eval $(call gb_Library_use_libraries,emser,\
	comphelper \
	cppu \
	cppuhelper \
	sal \
))

$(eval $(call gb_Library_use_system_win32_libs,emser,\
	gdi32 \
	ole32 \
	oleaut32 \
	uuid \
))

$(eval $(call gb_Library_add_libs,emser,\
	$(ATL_LIB)/atls.lib \
))

$(eval $(call gb_Library_add_ldflags,emser,\
	-LIBPATH:$(ATL_LIB) \
))

$(eval $(call gb_Library_add_exception_objects,emser,\
	embedserv/source/embed/docholder \
	embedserv/source/embed/ed_idataobj \
	embedserv/source/embed/ed_iinplace \
	embedserv/source/embed/ed_ioleobject \
	embedserv/source/embed/ed_ipersiststr \
	embedserv/source/embed/esdll \
	embedserv/source/embed/guid \
	embedserv/source/embed/iipaobj \
	embedserv/source/embed/intercept \
	embedserv/source/embed/register \
	embedserv/source/embed/servprov \
	embedserv/source/embed/syswinwrapper \
	embedserv/source/embed/tracker \
))

# vim: set noet sw=4 ts=4:
core/commit/salhelper?h=private/khaledhosny/vcl-cleanup-font&id=9a06b99d2f53bd8d0a9ab0936efed9924a2abb88'>loplugin:salcall fix non-virtual methodsNoel Grandin 2017-10-23loplugin:includeform: salhelperStephan Bergmann 2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin 2017-07-21loplugin:constparams in soltools and variousNoel Grandin 2017-06-27iOS, remove java and cppunittestjan Iversen 2017-06-18tdf#43157 - salhelper: timer.cxx change OSL_ASSERT to assertChris Sherlock 2017-06-16salhelper: cleanup include/salhelper/timer.hxxChris Sherlock 2017-06-12tdf#43157 - salhelper: convert from OSL_ASSERT to assertChris Sherlock 2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin 2017-05-18Revert "Fix typos"Stephan Bergmann 2017-05-18Fix typosAndrea Gelmini 2017-05-07revert OSL_ASSERT changesChris Sherlock 2017-05-07tdf#43157: convert salhelper from OSL_ASSERT to assertChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-18salhelper: change oslCondition to osl::ConditionChris Sherlock 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-11-18includes should be at the top of the fileNoel Grandin 2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann 2016-02-17use consistent #define checks for the Windows platformNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-15loplugin:unusedmethods unused return value in rscNoel Grandin 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-01Remove some stdio.h includes from salhelper moduleJulien Nabet 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-18boost->stdCaolán McNamara 2015-08-06If we want this to crash intentionally, use abort() thenTor Lillqvist 2015-06-23Revert "Typo: iff->if"Julien Nabet 2015-06-23Typo: iff->ifJulien Nabet 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-01-20Some more loplugin:cstylecast: salhelperStephan Bergmann 2014-12-19Remove unused */qa/checkapi/Stephan Bergmann