$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Problem with Intel compiler and pch support
From: John Maddock (john_at_[hidden])
Date: 2008-11-07 04:22:27
Vladimir Prus wrote:
>>> You can use /Qpchi- to stop the Intel compiler from adding the "i"
>>> to
>>> the end of the .pch files.
>>
>> Oh, good. John, do you think we should make intel-win use this, and
>> remove the magic it has now?
If it simplifies the Jamfiles, then yes by all means lets give it a go!
John.