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
,shlxthdl
))
12 $(eval
$(call gb_Library_set_include
,shlxthdl
,\
13 -I
$(SRCDIR
)/shell/inc \
17 $(eval
$(call gb_Library_add_defs
,shlxthdl
,\
18 -DISOLATION_AWARE_ENABLED \
20 -DWIN32_LEAN_AND_MEAN \
25 $(eval
$(call gb_Library_use_externals
,shlxthdl
,\
30 $(eval
$(call gb_Library_use_system_win32_libs
,shlxthdl
,\
43 $(eval
$(call gb_Library_use_static_libraries
,shlxthdl
,\
48 $(eval
$(call gb_Library_add_nativeres
,shlxthdl
,shlxthdl
))
50 $(eval
$(call gb_Library_add_ldflags
,shlxthdl
,\
51 /DEF
:$(SRCDIR
)/shell/source
/win32
/shlxthandler
/shlxthdl.def \
52 /NODEFAULTLIB
:libcmt.lib \
55 $(eval
$(call gb_Library_add_exception_objects
,shlxthdl
,\
56 shell/source
/win32
/shlxthandler
/classfactory \
57 shell/source
/win32
/shlxthandler
/columninfo
/columninfo \
58 shell/source
/win32
/shlxthandler
/infotips
/infotips \
59 shell/source
/win32
/shlxthandler
/propsheets
/document_statistic \
60 shell/source
/win32
/shlxthandler
/propsheets
/listviewbuilder \
61 shell/source
/win32
/shlxthandler
/propsheets
/propsheets \
62 shell/source
/win32
/shlxthandler
/shlxthdl \
63 shell/source
/win32
/shlxthandler
/thumbviewer
/thumbviewer \
66 # vim: set shiftwidth=4 tabstop=4 noexpandtab: