Prepare for removal of non-const operator[] from Sequence in opencl
[LibreOffice.git] / shell / Library_propertyhdl.mk
blobc0565b2d9f37ce204edf63134c0893e8705d92a5
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,propertyhdl))
12 $(eval $(call gb_Library_set_include,propertyhdl,\
13 -I$(SRCDIR)/shell/inc \
14 $$(INCLUDE) \
17 $(eval $(call gb_Library_add_defs,propertyhdl,\
18 -DISOLATION_AWARE_ENABLED \
19 -DWIN32_LEAN_AND_MEAN \
20 -UNOMINMAX \
23 $(eval $(call gb_Library_use_externals,propertyhdl,\
24 expat \
25 zlib \
28 $(eval $(call gb_Library_use_system_win32_libs,propertyhdl,\
29 advapi32 \
30 comctl32 \
31 gdi32 \
32 gdiplus \
33 kernel32 \
34 msvcprt \
35 ole32 \
36 oleaut32 \
37 propsys \
38 shell32 \
39 shlwapi \
40 uuid \
43 $(eval $(call gb_Library_use_static_libraries,propertyhdl,\
44 shell_xmlparser \
45 shlxthandler_common \
48 $(eval $(call gb_Library_add_ldflags,propertyhdl,\
49 /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/prophdl/propertyhdl.def \
50 /NODEFAULTLIB:libcmt.lib \
53 $(eval $(call gb_Library_add_exception_objects,propertyhdl,\
54 shell/source/win32/shlxthandler/prophdl/propertyhdl \
57 # vim: set shiftwidth=4 tabstop=4 noexpandtab: