.TH IDLC 1 "" "0.10.4" "Eclipse Cyclone DDS" .SH NAME idlc \- IDL compiler .SH SYNOPSIS .SY idlc .RI [ options ] .I FILE .YS .SH DESCRIPTION .B idlc generates a language-specific source code representation from IDL files. .SH OPTIONS .TP .BR \-D " " \fIMACRO\fB=\fIVALUE\fR] Define preprocessor macro \fIMACRO\fR to \fIVALUE\fR (default: 1). .TP .B \-E Preprocess only. .TP .B \-f " " case-sensitive Switch to case-sensitive mode of operation, i.e. allow entities to contain fields that differ only in case. .TP .B \-f " " keylist Force use of .B #pragma " " keylist directive even if annotaions occur in the translation unit. .TP .B \-h Display available options. .TP .BR \-I " " \fIPATH\fR Add \fIPATH\fR to #include search path .TP .BR \-l " " \fILANGUAGE\fR Compile representation for \fILANGUAGE\fR (default: c). .TP .B \-S Compile only. .TP .B \-v Display version information. .SH AUTHOR This manual page was written for Debian by Timo R\[u00F6]hling and may be used without restriction.