[omniORB] omniidl preprocessor

Frédéric Bouvier frbouvi@wanadoo.fr
Wed, 8 Aug 2001 22:36:55 +0200


on Wednesday, August 08, 2001 11:10 AM, Duncan Grisby wrote:

> Can VC6 be told to set a different environment variable?  It seems a
> bit silly to reuse INCLUDE, since then you have to mix up C++ header
> and IDL directories in a single include path. It makes more sense to
> me to have an OMNIIDL_INCLUDE environment variable.

I see your point but unfortunately, VC6 has only one INCLUDE environment
variable, and yes, we have to specify all include path in a single place.
But it
don't matter which name will be choosen, a command file with a line like :

set OMNIIDL_INCLUDE=%INCLUDE%

will do the job.

Cheers,

-Fred