Re: Generating makefile dependencies
- From: "Arnaud Debaene" <adebaene@xxxxxxxxxxxxxxxx>
- Date: Sat, 4 Jun 2005 09:06:03 +0200
Jonathan Turkanis wrote:
> Hi,
>
> Many compilers have a command-line option, usually -m or -M, to
> generate dependencies for inclusion in a makefile. Does any version
> of the VC++ compiler support such an option?
No, ther is no such option. VC uses the project dependency information file
(.idb) that is generated at the first compilation with /Gm to get the
dependency graph of each .cpp file and avoid useless recompilations : there
is no need for the makefile-style implementation/headers dependency lists.
Arnaud
MVP - VC
.
- Follow-Ups:
- Re: Generating makefile dependencies
- From: Jonathan Turkanis
- Re: Generating makefile dependencies
- References:
- Generating makefile dependencies
- From: Jonathan Turkanis
- Generating makefile dependencies
- Prev by Date: Re: Moving from C++ to VC++
- Next by Date: Re: Moving from C++ to VC++
- Previous by thread: Generating makefile dependencies
- Next by thread: Re: Generating makefile dependencies
- Index(es):
Relevant Pages
|