[omniORB] omniidl2 code generation

Andrew Stitcher astitcher@orchestream.com
Wed, 09 Jun 1999 17:37:23 +0100


On Tue, 1 Jun 1999, Stefan Seefeld wrote:
> And, while we are at it, I have a little wish list for omniidl2.
> I'd like to be able to set with an option the prefix for generated
> '#include <Foo.hh>' lines so they become '#include <prefix/Foo.hh>'
> when 'prefix' is given as a command line option.

Why can't you just specify -Iprefix on the C++ compile line as well?

This should make the C++ compiler search in the same places.

Andrew