[Omake] preprocessor for computing dependencies
Thomas Nagy
tnagyemail-mail at yahoo.fr
Wed Sep 13 14:41:50 PDT 2006
--- Jason Hickey a écrit :
> Thomas Nagy wrote:
> > Hello,
> >
> > I think you might be interested by some
> preprocessor
> > code for computing dependencies in c files:
> > http://freehackers.org/~tnagy/preproc.py
> >
> > It is in python and it does not handle functions
> > (yet), but it should be translatable in caml
> easily.
>
> Thanks! Currently, omake is using gcc -M when
> possible, but it turns
> out that, for example, Visual C++ 6.0 has no similar
> option. I guess
> people are supposed to use Visual Studio when
> compiling on Windows. The
> way we get it to work is by calling the
> preprocessor, then grepping for
> the #line numbers, which is very slow. This code
> may indeed help out.
I am glad you appreciate the suggestion.
Thanks for your prompt reply,
Thomas
___________________________________________________________________________
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos expériences.
http://fr.answers.yahoo.com
More information about the Omake
mailing list