摘要: 1 rem boost编译快捷方式 2 3 rem @echo off 4 5 rem 先编译bjam 6 start bootstrap.bat 7 8 rem 等待一分钟待bjam编译完成(如果电脑性能过差,可以设置等待时间更长一些) 9 SET SLEEP=ping 127.0.0.1 -n10 %SLEEP% 60 > nul11 12 rem vs2012 win32库文件夹13 md stage\lib\win32\vs11_0\14 15 rem vs2012 x64库文件夹16 md stage\lib\x64\vs11_0\17 18 rem 删除lib下所有文件(不. 阅读全文
posted @ 2013-09-16 16:26 冰风47 阅读(164) 评论(0) 推荐(0) 编辑
摘要: I have recently run onto this article by Ivan Shcherbakov called10+ powerful debugging tricks with Visual Studio. Though the article presents some rather basic tips of debugging with Visual Studio, there are others at least as helpful as those. Therefore I put together a list of ten more debugging t 阅读全文
posted @ 2013-09-16 14:32 冰风47 阅读(121) 评论(1) 推荐(0) 编辑