diff options
-rw-r--r-- | Repository.mk | 1 | ||||
-rw-r--r-- | idlc/README | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk index 9d5a11c9e346..ad2753202085 100644 --- a/Repository.mk +++ b/Repository.mk @@ -68,7 +68,6 @@ $(eval $(call gb_Helper_register_executables,NONE, \ $(eval $(call gb_Helper_register_executables,SDK, \ idlc \ - idlcpp \ )) ifneq ($(OS),IOS) diff --git a/idlc/README b/idlc/README index 16eda1b8f4b5..90f015c7794a 100644 --- a/idlc/README +++ b/idlc/README @@ -1,4 +1,4 @@ -Contains the UNO IDL compiler, idlc, and preprocessor, idlcpp +Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp This compiler generates binary RDB fragments that can be assembled into a RDB (UNO type library) with the "regmerge" tool, as is done |