On Thu, Feb 5, 2009 at 4:02 PM, Erik Kay <[email protected]> wrote:

> $ scons_deps -v <target>
> foo.c:inc.h:a.h
> foo.c:inc.h:b.h
> bar.c:bar.h
> etc.
>
> Does such a script (or something similar) exist?  From what you're
> saying, I'm assuming it's easy to write.


Note that you could always tell MSVC to turn on printing #include chains for
each compiled file, then compile the various files you're interested in.
 From this you could probably create a reverse-mapping if you wanted...

PK

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to