Kaydet (Commit) 78dde874 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

New unoidl-read tool to translate registries into readable .idl files

Change-Id: Ibd6ce23d2698280105469fb75c4afa225dc237ee
üst 3a576e36
......@@ -59,6 +59,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
treex \
uiex \
ulfex \
unoidl-read \
unoidl-write \
xrmex \
))
......
# -*- 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/.
#
$(eval $(call gb_Executable_Executable,unoidl-read))
$(eval $(call gb_Executable_add_exception_objects,unoidl-read, \
unoidl/source/unoidl-read \
))
$(eval $(call gb_Executable_use_libraries,unoidl-read, \
sal \
salhelper \
unoidl \
))
# vim: set noet sw=4 ts=4:
......@@ -10,6 +10,7 @@
$(eval $(call gb_Module_Module,unoidl))
$(eval $(call gb_Module_add_targets,unoidl, \
Executable_unoidl-read \
Library_unoidl \
))
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment