$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-20 10:55:02
David Abrahams wrote:
> Vladimir Prus <ghost_at_[hidden]> writes:
> > I've just comitted a buch of changes aimed at making possible testing V2
> > with arbitrary toolset. I can now run
> >
> > generators_test.py borland
> >
> > on windows, and it passes!
>
> Wonderful! The bad news is that borland will need to use response
> files on windows just like MSVC ;-)
I know... but when you pave the way with MSVC, this won't be that hard ;-)
> > The little remaining thing is: declare all toolsets eligible for testing
> > in one place. I just got this idea:
> >
> > 1. First, the system looks for a file called test-config.jam, and if
> > found, it will set up toolsets.
> > 2. Otherwise, site-config.jam and user-config.jam are loaded and should
> > do the same.
> >
> > Is this sensible?
>
> Perfectly!
Good. Will commit relevant change in a minute.
- Volodya