$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-09-08 15:51:27
Alexey Pakhunov wrote:
> Andrey Melnikov wrote:
>
>>>>One note: INCLUDE and LIB should be set too because the order of
>>>>directories is important in this case.
>>
>>Why? <include> just adds new folders to the end of search path. Is this
>>bad? How this can cause problems? I don't see differences between
>>INCLUDE and -I
>
>
> All '<include>' are passed through property list which is sorted
> (alphabetically I guess). Sorting breaks order of include directories
> which can be fatal in case of MSVC + MS PSDK configuration.
It is fatal if we add both builtin and external PSDK to the search
paths. But if we add only one SDK it will work.
Andrey