summaryrefslogtreecommitdiff
path: root/TAO/docs/compiler.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r--TAO/docs/compiler.html24
1 files changed, 16 insertions, 8 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 604920dad12..a9afc4c9c24 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -53,7 +53,7 @@ these files:) <P>
<LI> <B><EM>Client stubs</EM></B>, <EM>i.e.</EM>, <tt>*C.h</tt>,
<tt>*C.inl</tt>, and <tt>*C.cpp</tt>. Pure client applications
only need to <code>#include</code> and link with these files.
- <LI> <B><EM>Server skeletons</EM></B>, <EM>i.e.</EM>, <tt>*S.h</tt>, <tt>*S.inl</tt>, and
+ <LI> <B><EM>Server skeletons</EM></B>, <EM>i.e.</EM>, <tt>*S.h</tt>, and
<tt>*S.cpp</tt>. Servers need to <code>#include</code> and link
with these files. Generation of these files may be suppressed with the <tt>-SS</tt> option.
<LI> <B><EM>Server skeleton templates</EM></B>, <EM>i.e.</EM>, <tt>*S_T.h</tt>, <tt>S_T.inl</tt>,
@@ -681,6 +681,21 @@ also receives other options that are specific to it.<p>
<td>Default is value of -o option or current directory&nbsp;</td>
</tr>
+ <tr><a name="oE">
+ <td><tt>-oE </tt><i>path</i></td>
+
+ <td>Same as -o option but applies only to generated *_exec.* files&nbsp;</td>
+ <td>Default is value of -o option or current directory&nbsp;</td>
+ </tr>
+
+ <tr><a name="oN">
+ <td><tt>-oN </tt><i>path</i></td>
+
+ <td>Do not overwrite *_exec.* files&nbsp;</td>
+ <td>When -Gex option is used, executor implementation files shouldn't be overwritten
+ if they are already in the output directory.&nbsp;</td>
+ </tr>
+
<tr><a name="hc">
<td><tt>-hc</tt></td>
@@ -730,13 +745,6 @@ also receives other options that are specific to it.<p>
<td>&nbsp;</td>
</tr>
- <tr><a name="si">
- <td><tt>-si</tt></td>
-
- <td>Server inline skeleton file name ending. Default is "S.inl".</td>
- <td>&nbsp;</td>
- </tr>
-
<tr><a name="t">
<td><tt>-t</tt></td>