For Programmers: Free Programming Magazines  


Home > Archive > VC Language > May 2006 > Dependency (.dep) file generation









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Dependency (.dep) file generation
Krivenok Dmitry

2006-05-31, 4:15 am

Hello all!

I have requirement to make dependency (.dep) files for each source file
in my project.
For example:
a.cpp -> a.dep /// Contains dependency information for a.cpp
b.cpp -> b.dep /// Contains dependency information for b.cpp
c.cpp -> c.dep /// Contains dependency information for c.cpp

How can I generate these files via MS VC++ 7 compiler (aka cl.exe)?

P.S.
My development environment:
cl.exe + link.exe + lib.exe + make.exe

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com