boost配置

来源:互联网 发布:deploymate for mac 编辑:程序博客网 时间:2024/05/16 07:27
chrono
date_time
filesystem
signals
thread
timer

E:\my study\boost\boost_1_52_0\tools\build\v2\user-config.jam 77行
using stlport : : D:\STLport-5.2.1\stlport :  D:\STLport-5.2.1\lib ;

bjam.exe --toolset=msvc-10    
bjam.exe --toolset=msvc-9    
bjam.exe --toolset=msvc-8  
b2 --buildtype=complete stdlib=stlport --toolset=msvc-8.0 link=static runtime-link=static --with-chrono --with-date_time --with-filesystem --with-signals --with-thread --with-timer stage

要编译unicode接口的pugixml库,需要添加一个预处理宏PUGIXML_WCHAR_MODE,然后外部调用的话也需要定义这个宏。
0 0
原创粉丝点击