On Tue, 3 Jul 2001, Neil Watkiss wrote: > Should that be the default? Should the "current directory" (the actual source > directory, not the build area) be added to the INC by default? Something like > this: Definitely. C programmers will naturally expect the current directory to be search for #include files. It's either that or scan for "#include" and do our own processing, but I think that's unnecessary. -sam
- include "myheader.h" ? Aaron J Mackey
- Re: include "myheader.h" ? Neil Watkiss
- Re: include "myheader.h" ? Sam Tregar
- Re: include "myheader.h" ? Neil Watkiss
- Re: include "myheader.h" ? Aaron J Mackey
- Re: include "myheader.h" ? Johan Lindstrom
