logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       This manual page was written for Debian by Timo Röhling and may be used without restriction.

0.10.5                                                                                                   IDLC(1)

Description

idlc generates a language-specific source code representation from IDL files.

Name

       idlc - IDL compiler

Options

-DMACRO=VALUE]
              Define preprocessor macro MACRO to VALUE (default: 1).

       -E     Preprocess only.

       -fcase-sensitive
              Switch to case-sensitive mode of operation, i.e. allow entities to contain fields that differ only
              in case.

       -fkeylist
              Force use of #pragmakeylist directive even if annotaions occur in the translation unit.

       -h     Display available options.

       -IPATH
              Add PATH to #include search path

       -lLANGUAGE
              Compile representation for LANGUAGE (default: c).

       -S     Compile only.

       -v     Display version information.

Synopsis

idlc [options] FILE

See Also