$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-11-23 04:57:36
Hi Johannes,
> Volodya wrote:
> > Sure, can you send a patch to facilitate applying of those changes?
> > Some suggestions about patches are in
> >
> > http://boost.org/boost-build2/hacking.txt
>
> No problem.
>
> First time I work with diff. Hope it is appropriate.
The only slight problem is wrong direction, the right procedure is
diff <options> old_version.jam new_version.jam
and you seemed to run it as
diff <options> new_version.jam old_version.jam
That's no biggie, "patch" can handle this almost automaticaly.
> With best regards
>
> Johannes
>
>
> <<LongCmdLine.log>> <<common.diff>> <<msvc.diff>>
I've committed the patch after tweaking log message a bit, and also enabling
RSP files support for compiling C files (not only C++).
Thanks!
- Volodya