diff options
Diffstat (limited to 'TAO/tao/TAO.pidl')
-rw-r--r-- | TAO/tao/TAO.pidl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/TAO.pidl b/TAO/tao/TAO.pidl index 88f795de422..15ac19712ef 100644 --- a/TAO/tao/TAO.pidl +++ b/TAO/tao/TAO.pidl @@ -18,7 +18,8 @@ // 1. Run the tao_idl compiler on the pidl file. The command used for // this is: // -// tao_idl -o orig -Ge 1 +// tao_idl +// -o orig -Gp -Gd -Ge 1 -Gv -DCORBA3 // -Wb,export_macro=TAO_Export // -Wb,pre_include="ace/pre.h" // -Wb,post_include="ace/post.h" |