blob: 621a767b36eae79d9d82ae76d7625f8f7999b9ef (
plain)
1
2
3
4
5
6
7
|
# UNO IDL Compiler (idlc)
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
primarily in the `offapi` and `udkapi` directories.
|