summaryrefslogtreecommitdiff
path: root/sal/Library_uwinapi.mk
blob: ed4efde10b6cd7676d4f546605bf2c6b23ed6c20 (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_Library_Library,uwinapi))

$(eval $(call gb_Library_use_system_win32_libs,uwinapi,\
	$(if $(filter $(COM),MSC), \
		kernel32 \
		msvcrt \
		shlwapi \
		user32 \
		version \
	) \
))

$(eval $(call gb_Library_add_defs,uwinapi,\
	$(if $(filter $(COM),GCC), \
		-Wno-unused-parameter -Wno-return-type) \
	$(LFS_CFLAGS) \
))

$(eval $(call gb_Library_add_cobjects,uwinapi,\
	sal/systools/win32/uwinapi/snprintf \
	sal/systools/win32/uwinapi/snwprintf \
))

ifeq ($(COM),MSC)

$(eval $(call gb_Library_add_cobjects,uwinapi,\
	sal/systools/win32/uwinapi/legacy \
))

ifeq ($(VCVER),120)
$(eval $(call gb_Library_add_ldflags,uwinapi,\
	/DEF:$(SRCDIR)/sal/systools/win32/uwinapi/uwinapi.def \
))
endif

endif


# vim: set noet sw=4 ts=4:
amp;id=d3313148d9ceb6427ddfef32b26b9d87cbdb3e14'>should check if edit is editable for allowing pasteCaolán McNamara 2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: extensionsStephan Bergmann 2020-04-14loplugin:flatten in extensionsNoel Grandin 2020-04-07new loplugin:unusedvariableplusNoel Grandin 2020-03-11tdf#42949 Fix IWYU warnings in extensions/*/*cxxGabor Kelemen 2020-01-16tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci 2019-12-26use more TOOLS_WARN_EXCEPTIONNoel Grandin 2019-11-22Extend loplugin:external to warn about classesStephan Bergmann 2019-09-26now drop TabPageParent intermediateCaolán McNamara 2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): extensionsStephan Bergmann