|
-server file_type
Determines which server files to generate. If you do not specify this argument, the compiler generates all server files. The file types are as follows:
none |
Does not generate server files. |
stub |
Generates only a server stub file. |
aux |
Generates only a server auxiliary file. A server auxiliary file is generated only if the interface contains any out-of-line, self-pointing, or pipe types. |
all |
Generates server stub and server auxiliary files. This is the default and is the same as not specifying the -server argument. |
|