|
Boost-Build : |
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-10-07 16:04:35
Hi,
on gcc, to create a PCH one needs a header. On msvc, one needs a header and
a .cpp file. This can be expressed like this:
pch boost : boost.hpp : <toolset>msvc:<source>boost.cpp ;
which is a bit verbose. How about allowing the user to write:
pch boost : boost.hpp boost.cpp ;
and simply ignore .cpp when it's not needed?
- Volodya
-- Vladimir Prus http://vladimir_prus.blogspot.com Boost.Build V2: http://boost.org/boost-build2
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