summaryrefslogtreecommitdiff
path: root/TAO/docs/compiler.html
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-04 20:56:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-08-04 20:56:27 +0000
commit0395c72a89adbcfde028a5b952d919b297983ff3 (patch)
treed0209d8a5a5769192a3b9b9de07e7e80fd57782e /TAO/docs/compiler.html
parent15e6dc6684cea3410274153391ffcba38fd8fa3f (diff)
downloadATCD-0395c72a89adbcfde028a5b952d919b297983ff3.tar.gz
ChangeLogTag: Wed Aug 4 20:52:39 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/docs/compiler.html')
-rw-r--r--TAO/docs/compiler.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html
index c4927e4015a..5e64664e075 100644
--- a/TAO/docs/compiler.html
+++ b/TAO/docs/compiler.html
@@ -1171,6 +1171,19 @@ also receives other options that are specific to it.<p>
use TAO specific files with their original endings;</td>
</tr>
+ <tr><a name="Sg">
+ <td><tt>-Sg</tt></td>
+
+ <td>Disable generation of unique preprocessor guards for generated
+ header files. The guards will still be generated, but without
+ the unique random extension.</td>
+ <td>This option is useful when a system has several versions of a
+ generated header file, and only the newest version is to be
+ included by the preprocessor. The default behavior will
+ generate a unique extension for each version, subverting
+ the desired function of the preprocessor in such a system.</td>
+ </tr>
+
<tr><a name="Sfr">
<td><tt>-Sfr</tt></td>