$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-04-01 11:19:10
Hi Stephen.
> I use the following command to build Boost 1.35.0 with MSVC9:
>
> /bjam --toolset=msvc-9.0 define=_CRT_SECURE_NO_WARNINGS
> define=_SCL_SECURE_NO_WARNINGS define=_SECURE_SCL=0 stage | tee
> BuildLog.txt/
>
> After the process in completed only the non-debug files exist in the
> "stage/lib" folder.
The 1.35.0 release changed the main Boost Jamroot file so that it
builds only some release versions by default (change I personally do not
like :-)). In order to build all build types as was the default before
you now have to specify the --build-type=complete parameter.
See the main Boost Jamroot file comment for more details (or type
bjam --help in the Boost folder).
Best regards,
Jurko GospodnetiÄ