From 31fcce969deb8002307a1cd029867008a1c11ff0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 21 Mar 2012 14:26:18 +0100 Subject: idlc/README: correct nonsense added in 534b3a9b2e --- idlc/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'idlc') diff --git a/idlc/README b/idlc/README index 1b4c1f709f79..16eda1b8f4b5 100644 --- a/idlc/README +++ b/idlc/README @@ -1,6 +1,6 @@ -Contains the C++ IDL compiler: idlcpp +Contains the UNO IDL compiler, idlc, and preprocessor, idlcpp + +This compiler generates binary RDB fragments that can be assembled +into a RDB (UNO type library) with the "regmerge" tool, as is done +primarily in the offapi and udkapi directories. -This compiler generates C++ headers - .hpp and .hdl files that provide -the UNO C++ binding. That compilation is done primarily in the offapi -and udkapi directories. -2 -- cgit