my Question is more complicated. I've wrote Perl script to build my applications using 'nmake' command and base on 'MAK' and 'DEP' files that were generated from Visual C++ based on 'DSP' files. Today, I'm generating 'MAK' and 'DEP' files from Visual C++ to my project and then using them to build my application with 'nmake' command from Unix The 'MAK' is product of 'DSP' files and I don't have problem to generate from Visual C++ to my requirement. I found that Visual C++ can generated 'DEP' file as well, but it generate it just if the project was compiled and already has 'vc60.idb' file. 'vc60.idb' file is an internal DB file of Visual C++ that include information about the project like the dependency relations... I don't want to compile each time my project via Visual C++ and then generate the DEP file - I would like to avoid from my dependence in that tool... Therefore, I would like to write or use any tool to generate 'DEP' files independently that 'nmake' command can use/read them. I Hope that my explanations are clear enough and you can help me or give me any idea... Thanks

In reply to Re^2: Generate dep file from CPP file- to use with nmake by Noame
in thread Generate dep file from CPP file- to use with nmake by Noame

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.