On Fri, Sep 30, 2005 at 09:21:01PM -0400, Andrew Pinski wrote: > On Sep 30, 2005, at 8:46 PM, Neil Booth wrote: > >nmake Technical Support wrote:- > > > >>This is to request reinstatement of the -I- command line directory > >>search option. Sorry for the late request, we only recently became > >>aware that -I- is deprecated in gcc 4.0. > > > >I agree this should not be removed (have been removed?). It is now > >provided by a large number of compilers and people have found good > >uses for it. > > I don't see why you could not use -iquote for 4.0 and above and -I - > in 3.4 and below. > > -iquote=DIR -iquote=DIR2 -I a > == > -I DIR -I DIR2 -I - > but without turning off searching in the contained directory. That is the problem, we need to turn off searching the directory of the including file. We meant to illustrate this in our original mail but maybe it wasn't clear. If there is another way to do that then we may be able to use -iquote. Otherwise we still need -I-.
Rich Brack nmake Development