$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Hewitt (shewitt.au_at_[hidden])
Date: 2008-03-31 23:52:50
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.
Any help would be appreciated.
Steve