lok: intercept the UNO command ".uno:ThesaurusDialog"
[LibreOffice.git] / onlineupdate / StaticLibrary_libmar.mk
blob1e0fc605566d286e1ae4871ba043b9e453fde6fb
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,libmar))
12 $(eval $(call gb_StaticLibrary_set_include,libmar,\
13 -I$(SRCDIR)/onlineupdate/source/libmar/src/ \
14 $$(INCLUDE) \
17 $(eval $(call gb_StaticLibrary_add_defs,libmar,\
18 -DUNICODE \
21 $(eval $(call gb_StaticLibrary_add_cobjects,libmar,\
22 onlineupdate/source/libmar/src/mar_create \
23 onlineupdate/source/libmar/src/mar_extract \
24 onlineupdate/source/libmar/src/mar_read \
27 $(eval $(call gb_StaticLibrary_use_static_libraries,\
28 libmarverify \
31 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */