summaryrefslogtreecommitdiff
path: root/flat/CIAO/tools/IDL3_to_IDL2/README
diff options
context:
space:
mode:
Diffstat (limited to 'flat/CIAO/tools/IDL3_to_IDL2/README')
-rw-r--r--flat/CIAO/tools/IDL3_to_IDL2/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/flat/CIAO/tools/IDL3_to_IDL2/README b/flat/CIAO/tools/IDL3_to_IDL2/README
index 3f3672c2115..23ebd734b7e 100644
--- a/flat/CIAO/tools/IDL3_to_IDL2/README
+++ b/flat/CIAO/tools/IDL3_to_IDL2/README
@@ -34,6 +34,16 @@ BACKEND OPTIONS:
output directory, overriding the default, which is the directory of
execution.
+-x <filename> Excludes included IDL file <filename> from having its
+corresponding include generated with an '_IDL2' suffix. This feature
+is to be used when an included IDL file cannot or need not be
+itself coverted by this tool.
+
+-e Generates a file foo_IDL2.idl from foo.idl that simply includes
+foo.idl instead of generating its IDL declarations. Note that this
+option takes effect only if foo.idl contains no 'IDL3' declarations,
+otherwise it's a no-op.
+
CAVEAT:
When using the TAO IDL compiler on files that are generated by this tool,