svx: add class "ONeutralParseContext"
[LibreOffice.git] / cli_ure / Module_cli_ure.mk
blob3730ebdc75f028a1d2ef3b17351a6f32c7714411
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_Module_Module,cli_ure))
12 ifeq ($(COM),MSC)
13 ifneq ($(CPUNAME),AARCH64)
14 $(eval $(call gb_Module_add_targets,cli_ure,\
15 CliLibrary_cli_basetypes \
16 CliLibrary_cli_ure \
17 CliNativeLibrary_cli_cppuhelper \
18 CliUnoApi_cli_uretypes \
19 CustomTarget_cli_ure_assemblies \
20 Executable_climaker \
21 Library_cli_cppuhelper_native \
22 Library_cli_uno \
23 Package_cli_basetypes_copy \
25 endif
26 endif
28 # vim: set noet sw=4 ts=4: