Hi!
I noticed that MSVC 7 and above sports the option -showIncludes
cat << EOF > foo.h
extern int foo;
EOF
cat << EOF > bar.h
#include "foo.h"
EOF
cat << EOF > foo.c
#include "bar.h"
#include
int main(void) { return 0; }
EOF
cl -showIncludes foo.c
Microsoft (R) 32-bit C/C++ Optimizing Compile
On Wednesday 06 October 2010, Peter Rosin wrote:
> Den 2010-09-21 19:02 skrev Stefano Lattarini:
> > On Tuesday 21 September 2010, Peter Rosin wrote:
> is if it doesn't show up with -Wall and that it doesn't trip
> up -Wall -Werror.
> >>>
> >>> Yes, sorry for not pointing it out explicit
Den 2010-09-21 19:02 skrev Stefano Lattarini:
> On Tuesday 21 September 2010, Peter Rosin wrote:
is if it doesn't show up with -Wall and that it doesn't trip up
-Wall -Werror.
>>>
>>> Yes, sorry for not pointing it out explicitly. This is a clean
>>> and clear behaviour, which we should