omniidl2 includes

Mark Little M.C.Little@ncl.ac.uk
Thu, 07 Aug 1997 15:46:10 +0100


I have 2 idl files which are located in different subdirectories:

A.idl, located in the commonIdl directory, say:

interface foo
{
}

and B.idl, located in the myIdl directory:

#include <commonIdl/A.idl>

interface bar : foo
{
}

I want the "compiled" header files to be located in the same
directories as the idl file.

When I pass B.idl to omniidl2 it generates code which says:

#include <A.hh>

whereas what I really want is:

#include <commonIdl/A.hh>

Is this possible?

Thanks in advance,

Mark.
 
-----------------------------------------------------------------------
SENDER : Dr. Mark Little, Arjuna Project, Distributed Systems Research.
PHONE  : +44 191 222 8066, FAX : +44 191 222 8232
POST   : Department of Computing Science, University of Newcastle upon
	 Tyne, UK, NE1 7RU
EMAIL  : M.C.Little@newcastle.ac.uk