[omniORB] #include in .IDL file works incorrectly!!!
Rusty Carruth
c1040@azfms.com
Tue, 19 Jan 1999 11:49:58 -0700
>
> The advantage of this approach is that the IDL compiler will see a single
> pure IDL file, and will define your structure in C++ for you. All you have
> to do is write a script to automate it!
>
and it can be done automatically in the makefile (you ARE using
make files, right?). If I were doing it, I'd run the c preprocessor
on a file, do some diffs, and make a sed or awk or grep or perl
script to remove the new stuff added to the file, then stick that
into the makefile...
rusty