diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-18 11:40:14 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-20 12:46:57 +0200 |
commit | 904f2de7c653ad49e25ef805d7e3989c6d4b20ac (patch) | |
tree | a6fa3baafccdedf54249c1b20d90f44f514468a8 | |
parent | 06f20d73da21342046a480a6b22af69901351328 (diff) |
idlcpp was replaced by ucpp
Change-Id: I4bb299e8d0d41fd27c84b84e32057eb43feb7fa4
-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 |