1OMNICPP(1) General Commands Manual OMNICPP(1)
2
3
4
6 omnicpp - OmniORB cpp preprocessor for IDL compiler
7
9 omnicpp [options]
10
12 This manual page documents briefly the omnicpp command.
13
14 omniidl is omniORBs IDL compiler and uses omnicpp as it's C preproces‐
15 sor. omnicpp is really just the GNU C preprocessor under a different
16 name. Normally you should not need to invoke this directly but should
17 use omniidl instead.
18
20 As this is just the GNU C preprocessor cpp you can see that program for
21 the full options. Normally you should not be invoking this directly
22 but should use omniidl instead. The options listed here should really
23 be given to omniidl, but they are passed straight to omnicpp.
24
25 -D name
26 Define name for the preprocessor.
27
28 -U name
29 Undefine name for the preprocessor.
30
31 -I dir Include dir in the preprocessor search path. Note that the cur‐
32 rent directory is not on the include search path by default.
33 Use -I. for that.
34
36 omniidl(1).
37 The programs are documented fully by the HTML documentation in the
38 omniorb4-doc package.
39
41 omnicpp was written by Duncan Grisby <duncan@grisby.org>
42
43 This manual page was written by Floris Bruynooghe
44 <floris.bruynooghe@gmail.com>, for the Debian project (but may be used
45 by others).
46
47
48
49 30 Apr 2007 OMNICPP(1)