Adam Lock wrote:
> I was stepping through the component autoregistration code and it
> appears that we enumerate through each file in the components folder,
> registering it when the file name cannot be found in component.reg.
>
> For Unix couldn't we skip all this enumeration when the component
> directory's datetamp is older than the one on component.reg?
I'd be against that: it would make some odd install cases harder to
diagnose, and optimizing autoregistration seems sort of pointless, since
we only do it for debug builds.
Mike