$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Melnikov (melnikov_at_[hidden])
Date: 2005-07-06 11:35:11
Pedro Ferreira wrote:
> Hi,
>
> auto
> PCHs don't work, never used #pragma hdrstop
Auto PCHs rely on #pragma hdrstop, so if you never used #pragma hdrstop
no wonder that auto PCHs didn't work for you.
However I agree with you. Auto PCHs has lower priority.
Andrey