$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-11-20 02:05:15
On Saturday 18 November 2006 23:25, Denis N. Kononenko wrote:
> Would you enlighten me on another question? Is it possible to write a
> custom generator with variable number of output files depending on
> features? Currently I use a long list of all possible generated types
> and touch files that may not be generated.
Yes, it's possible but you have to define a new generator class. If you tell
me more details about your generator, I can create a quick-n-dirty and not
working example, add it to examples directory and then you can make it work
for your specific use case.
- Volodya