diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-13 19:19:04 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2010-09-13 19:19:04 +0000 |
commit | f7d14d8d2741e88576f565b382fb7ad71e0fca7e (patch) | |
tree | 8925c225f987b640693d11d23e6a033980e63f7f /TAO/docs | |
parent | d7d869e9885f355de69af139e6393ef996129205 (diff) | |
download | ATCD-f7d14d8d2741e88576f565b382fb7ad71e0fca7e.tar.gz |
ChangeLogTag: Mon Sep 13 19:09:35 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/compiler.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/docs/compiler.html b/TAO/docs/compiler.html index 5e64664e075..971fc083619 100644 --- a/TAO/docs/compiler.html +++ b/TAO/docs/compiler.html @@ -637,11 +637,17 @@ also receives other options that are specific to it.<p> <tr><a name="g"> <td><tt>-g </tt><i>path</i></td> - <td>To specify the path for the perfect hasing program (GPERF). Default + <td>To specify the path for the perfect hashing program (GPERF). Default is $ACE_ROOT/bin/ace_gperf. </td> <td> </td> </tr> + <TR><A NAME="iC"> + <TD><TT>-iC </TT><i>path</i></TD> + <TD> Generate #included stubs in *A.h prefixed with this path. </TD> + <td>Default is local filename only (no prefix). </td> + </TR> + <tr><a name="o"> <td><tt>-o </tt><i>path</i></td> |