
2 Nov
2007
2 Nov
'07
5:42 p.m.
eg wrote:
question boost wrote: 2) from the root of the boost directory, issue a bjam command such as:
bjam --toolset=msvc-7.1
(the above is an example for MS Visual Studio .Net 2003 (a.k.a Version 7.1).
I may have misinterpreted your previous question. To build your libraries and organize the built libs and includes for subsequent use, you can issue a: bjam --toolset=msvc-7.1 stage The stage option, will cause the build process to copy all the built libraries into a single subdirectory tree of boost named "stage". To build a project to use your boost libraries, your "include" directories should now point to boost_1_34_1\boost and your "Lib" directories should now point to boost_1_34_1\stage\lib