diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-08 06:54:39 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-04-08 06:54:39 +0000 |
commit | 2e2ca68d32906c6cf424c065b323876774c6ec7d (patch) | |
tree | 88190af34691f7a2c7d8de6844bf11c28e0cce22 /TAO/docs | |
parent | 607471e0a40ea575c351f402e18c73127af64583 (diff) | |
download | ATCD-2e2ca68d32906c6cf424c065b323876774c6ec7d.tar.gz |
ChangeLogTag: Fri Apr 8 07:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/compiler.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index d300062b353..1ef51454f18 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -748,6 +748,30 @@ also receives other options that are specific to it. <p> so this command line option will suppress it.</td> </tr> + <tr><a name="SS"> + <td><tt>-SS</tt></td> + + <td>Suppress generation of the skeleton implementation and inline file.</td> + <td>This option doesn't check whether something is generated in the files. It + just suppresses them without looking at any possible contents;</td> + </tr> + + <tr><a name="Sci"> + <td><tt>-Sci</tt></td> + + <td>Suppress generation of the client inline file.</td> + <td>This option doesn't check whether something is generated in the file. It + just suppresses it without looking at any possible contents;</td> + </tr> + + <tr><a name="Ssi"> + <td><tt>-Ssi</tt></td> + + <td>Suppress generation of the server inline file.</td> + <td>This option doesn't check whether something is generated in the file. It + just suppresses it without looking at any possible contents;</td> + </tr> + </table> <P> <P><HR><P> |