The following keywords control other aspects of IDL compilation.
directory: directory prefix: directory-prefix protocol, stubs and skeletons.
prefix: option. The prefix will be appended with a leading "-" character.
idprefix: prefix-string #pragma directives, this option, designed as a substitute for the prefix pragma directive, remains available. It sets the prefix for generated repository IDs as if the first line of the IDL file were:
#pragma prefix prefix-string
include: directory#include directives.
case: yes | no yes, the characters in identifiers and keywords must have exactly the same case as the identifier or keyword definition in order to be recognized.
no.
clean: yes | noyes, forces the IDL compiler to regenerate code irrespective of whether or not it thinks any generated code that exists is up to date with respect to the IDL source file.
no.
protocol: yes | noyes, this option will ensure the IDL compiler generates the protocol library from the IDL source. The protocol project will be added as a subproject of the CORBA project. This option should be used by projects that wish to use the Dylan framework generated from the IDL source but not the stubs or skeletons code.
no.