Boost logo

Boost-Build :

From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2005-11-23 04:48:42


On 11/23/05, Vladimir Prus <ghost_at_[hidden]> wrote:

> Another question (I'm getty rusty, it seems): why do we need to add MC support
> to "msvc.jam" as well. Can't general-purpose mc.jam serve all toolsets?

Just like other tools (cl.exe, rc.exe, mild.exe) in the MSVC toolset
mc.exe requires vcvars32.bat to be executed. Otherwise it will not be
found because normally it is not in the path. This seems to be a more
general problem of the msvc toolset. All tools in it depend on
vcvars32.bat. Without this dependency rc, mc and midl can be safely
moved out of the toolset.

--
Best regards,
  Alexey Pakhunov.

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