Subject: Re: [Boost-build] Custom generator that takes any kind of file as source
From: Samuel Debionne (samuel.debionne_at_[hidden])
Date: 2014-07-02 08:27:29


> That rises the following question : do all the file types have to be
> registered (e.g. type.register BAR : bar ;) even if a generator is able
> to handle the file and convert its source into a type that the next
> generator can natively consume ?

Sorry, that was probably a dumb question since the invocation of the
generators is solely based on the target types.
If think I will have to resort custom commands, right ?

Samuel