.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH OMNICPP 1 "30 Apr 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME omnicpp \- OmniORB cpp preprocessor for IDL compiler .SH SYNOPSIS .B omnicpp .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B omnicpp command. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBomniidl\fP is omniORBs IDL compiler and uses \fBomnicpp\fP as it's C preprocessor. \fBomnicpp\fP is really just the GNU C preprocessor under a different name. Normally you should not need to invoke this directly but should use \fBomniidl\fP instead. .SH OPTIONS As this is just the GNU C preprocessor \fBcpp\fP you can see that program for the full options. Normally you should not be invoking this directly but should use \fBomniidl\fP instead. The options listed here should really be given to \fBomniidl\fP, but they are passed straight to \fBomnicpp\fP. .TP .BI \-D \ name Define \fIname\fP for the preprocessor. .TP .BI \-U \ name Undefine \fIname\fP for the preprocessor. .TP .BI \-I \ dir Include \fIdir\fP in the preprocessor search path. Note that the current directory is not on the include search path by default. Use \fI-I.\fP for that. .SH SEE ALSO .BR omniidl (1). .br The programs are documented fully by the HTML documentation in the omniorb4-doc package. .SH AUTHOR omnicpp was written by Duncan Grisby .PP This manual page was written by Floris Bruynooghe , for the Debian project (but may be used by others).