RE: problems using gcc -MM on source with Windows-style #include paths

2004-12-15 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Benjamin Drucker > Sent: 14 December 2004 18:39 > I want to generate dependencies for my adopted C code > with "Windows-style" #include paths like this: > > #include > #include "Common\Misc\Boot.c" > > I am building from a cygwin [C

problems using gcc -MM on source with Windows-style #include paths

2004-12-14 Thread Benjamin Drucker
I want to generate dependencies for my adopted C code with "Windows-style" #include paths like this: #include #include "Common\Misc\Boot.c" I am building from a cygwin [CYGWIN_NT-5.1] window. I thought to use gcc -MM, but my version ["3.3.3 (cygwin special)"] croaks on the #include paths with b