LOK: tilebench improvements
[LibreOffice.git] / shell / Library_propertyhdl.mk
blob148b2eab94fc5e914efc873c490fb5e45a43f2df
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_UNICODE \
22 -UNOMINMAX \
25 $(eval $(call gb_Library_use_externals,propertyhdl,\
26 expat \
27 zlib \
30 $(eval $(call gb_Library_use_system_win32_libs,propertyhdl,\
31 advapi32 \
32 comctl32 \
33 gdi32 \
34 gdiplus \
35 kernel32 \
36 msvcprt \
37 ole32 \
38 oleaut32 \
39 propsys \
40 shell32 \
41 shlwapi \
42 uuid \
45 $(eval $(call gb_Library_use_static_libraries,propertyhdl,\
46 shell_xmlparser \
47 shlxthandler_common \
50 $(eval $(call gb_Library_add_ldflags,propertyhdl,\
51 /DEF:$(SRCDIR)/shell/source/win32/shlxthandler/prophdl/propertyhdl.def \
52 /NODEFAULTLIB:libcmt.lib \
55 $(eval $(call gb_Library_add_exception_objects,propertyhdl,\
56 shell/source/win32/shlxthandler/prophdl/propertyhdl \
59 # vim: set shiftwidth=4 tabstop=4 noexpandtab: