[Omake] Re: preprocessor for computing dependencies
Thomas Nagy
tnagyemail-mail at yahoo.fr
Wed Sep 13 09:12:43 PDT 2006
> What's wrong with gcc -M?
:-)
* gcc -M does not output dependencies it cannot find
in CPPPATH (like headers that need to be created by
the build tool)
* not everyone uses gcc
* the gcc output is not really easy to parse
* gcc is quite slow (not going to the system includes
for computing dependencies is enough in 99% of the
cases)
Thomas
___________________________________________________________________________
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire.
http://fr.mail.yahoo.com
More information about the Omake
mailing list