Copyright (c) Qusay H. Mahmoud
47
The idlj compiler
lSyntax: idlj [options] idl-file
lExamples:
–Idlj myfile.idl (generates client-side bindings)
–Equivalent to: idlj –fclient myfile.idl
–To generate client and server side bindings:
–Idlj –fclient –fserver myfile.idl  OR
–Idlj –fall myfile.idl
lidlj supports other options….not important to us here
l