summaryrefslogtreecommitdiff
path: root/winaccessibility/Makefile
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-11-02 11:07:01 +0100
committerDavid Ostrovsky <david@ostrovsky.org>2013-11-02 22:27:38 +0100
commit705e9fd454e17e7e2a7b8d53bc7f260a436d53b4 (patch)
tree18cda8d9802d7e1bbd4d987e7f34841e351b6128 /winaccessibility/Makefile
parent46813640423b9af5d5e99b9520f23a4585a0af19 (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: