summaryrefslogtreecommitdiff
path: root/winaccessibility/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-02 11:07:01 +0100
committerMichael Meeks <michael.meeks@collabora.com>2013-11-19 10:02:23 +0000
commit67fea082c687a7be2ccc16ae35f0b42c2f739bc0 (patch)
treee389cdb1f18baa06bc361001444ab0d33bf4ea69 /winaccessibility/Makefile
parentb4f2dc2b6470b46c6eed521dd1632f48c1f43afd (diff)
Add custom target to process IA2 COM idl files
Change-Id: Id20cba53fc21eaa396c3a3d3ed8fa1eb9fdb4978
Diffstat (limited to 'winaccessibility/Makefile')
-rw-r--r--winaccessibility/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/winaccessibility/Makefile b/winaccessibility/Makefile
new file mode 100644
index 000000000000..0997e628485b
--- /dev/null
+++ b/winaccessibility/Makefile
@@ -0,0 +1,14 @@
+# -*- 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/.
+#
+
+module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+
+include $(module_directory)/../solenv/gbuild/partial_build.mk
+
+# vim: set noet sw=4 ts=4: