diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-16 16:48:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-16 16:48:09 +0200 |
commit | fc54915c461dc753866627bd52ea60b12b71a012 (patch) | |
tree | 8f71995fb5420ae1c32e8669e3fd249c82728f8e /Repository.mk | |
parent | 95e566b9a0df06d130e118181058273f034bcf2c (diff) |
Replace reg2unoidl with unoidl-write
...that can also generate an .rdb containing a specific set of entities,
intended to replace idlc (when reading directly from .idl source registries).
Change-Id: I630ce4640828979d7952dc24dbbef80a42a8140a
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk index cff654bac283..b3111fb8dd1d 100644 --- a/Repository.mk +++ b/Repository.mk @@ -48,7 +48,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \ pdfunzip \ pocheck \ propex \ - reg2unoidl \ regsvrex \ rsc \ saxparser \ @@ -60,6 +59,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \ treex \ uiex \ ulfex \ + unoidl-write \ xrmex \ )) |