This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Picking up include directories automatically


> Date:          Fri, 9 May 1997 14:20:15 +0000
> From:          Jon Thackray <jont@harlequin.co.uk>
> To:            gnu-win32@cygnus.com
> Subject:       Picking up include directories automatically

> Is there some way to persuade cpp to look in some include directories
> automatically? The old one used to look at the value of the include
> environment varaible, the latest (b17.1) appears to ignore this.
> Putting these directories on the command line is not an option, as
> they vary from machine to machine.

I've handled this by defining a local makefile 'local.mak' that has 
default settings for the lib and include dirs among others.   App 
specific make files then include this file (-include local.mak).
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]