$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Stevens (Michael.Stevens_at_[hidden])
Date: 2004-08-18 09:49:32
Hello Altec,
> lib someLib
>
> : <name>someLibd <search>$(VC6LIBS)
>
> <toolset>msvc <toolset-msvc:version>6
> <variant>debug ;
> ;
>
> lib someLib
>
> : <name>someLibd <search>$(VC7LIBS)
>
> <toolset>msvc <toolset-msvc:version>7.1
> <variant>debug ;
> ;
>
I think this structure should work in principle. It certainly does in a
equivalent with gcc I use. However the addition ';' in the line
<variant>debug ;
may be sufficiently confusing bjam.
Even more confusing if I cut and paste the text from you original mail it
drives jam crazy. I traces this to non printing characters in the blank
spaces with hex code C2 and A0. Of course this could just be my mail client!
Michael