to get the cpp (C preprocessor) output foo.i for foo.c (or whatever suffix C++ 
uses)

        nmake -n -g debug.mk foo.i

to get the include nesting in foo.inc

        nmake -n -g debug.mk foo.inc

the state file is not updated

On Wed, 2 Mar 2011 12:01:22 -0500 Sang Lee wrote:
> Hi All,

> Are there any way to generate  the C++ preprocessor output with nmake
> command?

> Thanks
> Sang

_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to