|
Boost-Build : |
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2005-11-18 00:53:29
Reece Dunn wrote:
> This is a minor revision to correctly use :W where it is needed
> (including some places in the previous response file changeover).
Thanks! Now I can _finally_ throw away all <cxxflags> hacks!
I've noticed a couple of minor problems:
1) In pch.jam:
=================
# Make mypch.hpp a pre-compiled header (PCH) using mypch.cpp as the
source file:
# pch mypch : mypch.cpp mypch.hpp ;
=================
But this won't work because hpp must be the first in the sources list
(BTW, may be an order-independent syntax will be better?).
2) PCH support won't work if precompiled header has ".h" extension and
not ".hpp".
-- With respect, Alex Besogonov (cyberax_at_[hidden])
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