diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-03-21 14:26:18 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-03-21 17:16:43 +0100 |
commit | 31fcce969deb8002307a1cd029867008a1c11ff0 (patch) | |
tree | 985c67273563dfdc691f0f2fcba6ede402c84fde /idlc/README | |
parent | 034bc34ddc1bac817a6ef51bba19675551a461f4 (diff) |
idlc/README: correct nonsense added in 534b3a9b2e
Diffstat (limited to 'idlc/README')
-rw-r--r-- | idlc/README | 10 |
1 files changed, 5 insertions, 5 deletions
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 |