summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-09-04 18:06:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-09-04 18:06:16 +0000
commitbfaa19cdcca6d5335fa5e938552917e3a620aade (patch)
tree7f8c7ffb05799f97543d31f9cd03647c674a2787
parent47ff731bf677224a11750bf3f065ba05018ebf5a (diff)
downloadATCD-bfaa19cdcca6d5335fa5e938552917e3a620aade.tar.gz
ChangeLogTag: Tue Sep 4 18:05:08 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/docs/compiler.html4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 1dfa1b02e23..ffee659d32b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 4 18:05:08 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * docs/compiler.html:
+
+ Updated command line option table descriptions to reflect
+ changes below.
+
Tue Sep 4 17:52:54 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp (start_anyop_header);
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index 8089704cdc3..860d3d6f7c6 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -677,7 +677,7 @@ also receives other options that are specific to it.<p>
<td>Generate empty A.h file</td>
<td>Used by TAO developers for generating an empty A.h file when the
- -GA option can't be used.
+ -GA option can't be used. Overrides -Sa and -St.
</td>
</tr>
@@ -770,7 +770,7 @@ also receives other options that are specific to it.<p>
<td>Generate type codes and Any operators in *A.h and *A.cpp</td>
<td>Decouples client and server decisions to compile and link
TypeCode- and Any-related code, which is generated in
- *C.h and *C.cpp by default.</td>
+ *C.h and *C.cpp by default. Overridden by -Sa and -St.</td>
</tr>
<tr><a name="Gos">