bump product version to 4.1.6.2
[LibreOffice.git] / shell / Library_propertyhdl.mk
blobd421ea955bd69480252e86a890648220bde78998
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 -DUNICODE \
20 -DWIN32_LEAN_AND_MEAN \
21 -D_NTSDK \
22 -D_UNICODE \
23 -UNOMINMAX \
25 $(eval $(call gb_Library_add_defs,propertyhdl,\
26 -U_WIN32_IE \
27 -D_WIN32_IE=0x501 \
28 -U_WIN32_WINNT \
29 -D_WIN32_WINNT=0x0501 \
32 $(eval $(call gb_Library_use_externals,propertyhdl,\
33 expat \
34 zlib \
37 $(eval $(call gb_Library_use_system_win32_libs,propertyhdl,\
38 advapi32 \
39 comctl32 \
40 gdi32 \
41 gdiplus \
42 kernel32 \
43 msvcprt \
44 ole32 \
45 oleaut32 \
46 propsys \
47 shell32 \
48 shlwapi \
49 uuid \
52 $(eval $(call gb_Library_use_static_libraries,propertyhdl,\
53 shell_xmlparser \
54 shlxthandler_common \
57 $(eval $(call gb_Library_add_ldflags,propertyhdl,\
58 /EXPORT:DllCanUnloadNow \
59 /EXPORT:DllGetClassObject \
60 /NODEFAULTLIB:libcmt.lib \
63 $(eval $(call gb_Library_add_exception_objects,propertyhdl,\
64 shell/source/win32/shlxthandler/prophdl/propertyhdl \
67 # vim: set shiftwidth=4 tabstop=4 noexpandtab: