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