$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: renej_frog (renej.frog_at_[hidden])
Date: 2004-03-11 19:16:51
I'm trying to figure out a rule and/or action to get generated the files
*SK.cc, *DynSK.cc and *.hh from *.idl
(i.e. generating stubs from IDL with omniORB's omniidl compiler)
I get it more-or-less doing what I want when I pack the *SK.cc and
*DynSK.cc files into one *.cc file. However, is there a way without
having to pack the two generated source files into one?
renej