$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-03-14 04:33:10
On Friday 09 March 2007 15:45, David Abrahams wrote:
>
> AFAICT, when msvc links from a non-NT-build of bjam, errors will be
> ignored, because the *nix equivalent of
>
> if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%
>
> that you see in the ordinary MSVC actions is not replicated for non-NT
> platforms.
Appears that way.
>
> I request that this cut/paste approach be replaced with the approach
> used in testing.jam:
I suppose I can do that; however I need you either to test my
patch before commit, or educate me whether msvc is available,
and where, on your test system.
- Volodya