Fix CppunitTest_sc_subsequent_filters_test2 on non-default DPI
[LibreOffice.git] / unoil / CliUnoApi_oootypes.mk
blob69d0a128f7daed4eca11db66939e7c212890aedc
2 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 include $(SRCDIR)/unoil/climaker/version.txt
13 $(eval $(call gb_CliUnoApi_CliUnoApi,cli_oootypes))
15 $(eval $(call gb_CliUnoApi_set_assembly_version,cli_oootypes,$(CLI_OOOTYPES_NEW_VERSION)))
17 $(eval $(call gb_CliUnoApi_set_configfile,cli_oootypes,unoil/climaker/cli_oootypes_config,unoil/climaker/version.txt))
19 $(eval $(call gb_CliUnoApi_set_keyfile,cli_oootypes,$(SRCDIR)/cli_ure/source/cliuno.snk))
21 $(eval $(call gb_CliUnoApi_set_policy,cli_oootypes,$(CLI_OOOTYPES_POLICY_ASSEMBLY),$(CLI_OOOTYPES_POLICY_VERSION)))
23 $(eval $(call gb_CliUnoApi_wrap_api,cli_oootypes,offapi))
25 $(eval $(call gb_CliUnoApi_use_api,cli_oootypes,udkapi))
27 $(eval $(call gb_CliUnoApi_use_assembly,cli_oootypes,cli_uretypes))
29 # vim: set noet sw=4 ts=4: