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_StaticLibrary_StaticLibrary
,shlxthandler_common
))
12 $(eval
$(call gb_StaticLibrary_set_include
,shlxthandler_common
,\
13 -I
$(SRCDIR
)/shell/inc \
17 $(eval
$(call gb_StaticLibrary_add_defs
,shlxthandler_common
,\
18 -DISOLATION_AWARE_ENABLED \
19 -DWIN32_LEAN_AND_MEAN \
22 $(eval
$(call gb_StaticLibrary_use_externals
,shlxthandler_common
,\
27 $(eval
$(call gb_StaticLibrary_add_exception_objects
,shlxthandler_common
,\
28 shell/source
/win32
/ooofilereader
/autostyletag \
29 shell/source
/win32
/ooofilereader
/basereader \
30 shell/source
/win32
/ooofilereader
/contentreader \
31 shell/source
/win32
/ooofilereader
/keywordstag \
32 shell/source
/win32
/ooofilereader
/metainforeader \
33 shell/source
/win32
/ooofilereader
/simpletag \
34 shell/source
/win32
/shlxthandler
/ooofilt
/stream_helper \
35 shell/source
/win32
/shlxthandler
/util
/fileextensions \
36 shell/source
/win32
/shlxthandler
/util
/iso8601_converter \
37 shell/source
/win32
/shlxthandler
/util
/registry \
38 shell/source
/win32
/shlxthandler
/util
/utilities \
39 shell/source
/win32
/zipfile
/zipexcptn \
40 shell/source
/win32
/zipfile
/zipfile \
43 # vim: set shiftwidth=4 tabstop=4 noexpandtab: