Boost logo

Boost-Build :

From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-09-15 10:43:05


Phillip Seaver wrote:
> Andrey Melnikov wrote:
>
>
>>Well, the INCLUDE and LIB variables work exactly the same way as -I and
>>/LIBPATH: command line switches.
>>
>>
>
> Not quite. The directories in the command-line switches are searched
> before the directories in the respective environment variables. So,
> that's probably the appropriate way to handle include vs system include.
>
We can use

-I$(SYSINCLUDE) -I$(INCLUDE) or -I$(INCLUDE) -I$(SYSINCLUDE) to control
the order.

Andrey

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk