summaryrefslogtreecommitdiff
path: root/unoil/CliUnoApi_oootypes.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-28 11:19:24 +0100
committerMichael Stahl <mstahl@redhat.com>2013-10-28 14:01:08 +0100
commitab74a8303949c1dca8f453fa10497f0b8c4dd7d6 (patch)
tree820bb3c5d03f2ae04a10e44b8fe9b08b60151f78 /unoil/CliUnoApi_oootypes.mk
parent968c735aa7bcf8d03258e9cea931b9d776e4a890 (diff)
unoil: build cli_oootypes.dll via CliUnoApi
Change-Id: I9f6a410515106941c4848edafaffaeacbc27b125
Diffstat (limited to 'unoil/CliUnoApi_oootypes.mk')
-rw-r--r--unoil/CliUnoApi_oootypes.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/unoil/CliUnoApi_oootypes.mk b/unoil/CliUnoApi_oootypes.mk
new file mode 100644
index 000000000000..46201b7ac032
--- /dev/null
+++ b/unoil/CliUnoApi_oootypes.mk
@@ -0,0 +1,29 @@
+
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+include $(SRCDIR)/unoil/climaker/version.txt
+
+$(eval $(call gb_CliUnoApi_CliUnoApi,cli_oootypes))
+
+$(eval $(call gb_CliUnoApi_set_assembly_version,cli_oootypes,$(CLI_OOOTYPES_NEW_VERSION)))
+
+$(eval $(call gb_CliUnoApi_set_configfile,cli_oootypes,unoil/climaker/cli_oootypes_config))
+
+$(eval $(call gb_CliUnoApi_set_keyfile,cli_oootypes,$(SRCDIR)/cli_ure/source/cliuno.snk))
+
+$(eval $(call gb_CliUnoApi_set_policy,cli_oootypes,$(CLI_OOOTYPES_POLICY_ASSEMBLY),$(CLI_OOOTYPES_POLICY_VERSION)))
+
+$(eval $(call gb_CliUnoApi_wrap_api,cli_oootypes,offapi))
+
+$(eval $(call gb_CliUnoApi_use_api,cli_oootypes,udkapi))
+
+$(eval $(call gb_CliUnoApi_use_assembly,cli_oootypes,cli_uretypes))
+
+# vim: set noet sw=4 ts=4: