library_test.bat

来自「Boost provides free peer-reviewed portab」· Batch 代码 · 共 16 行

BAT
16
字号
@echo offif not "%1" == "" goto bjam    echo Usage: %0 "<bjam arguments>"    echo where typical bjam arguements are:    echo   --toolset=msvc-7.1,gcc    echo   variant=debug,release,profile    echo   link=static,shared    echo   threading=single,multi    echo   -sBOOST_ARCHIVE_LIST="<archive name>"    goto end:bjam    bjam --dump-tests %* >bjam.log 2>&1    process_jam_log --v2 <bjam.log    library_status library_status.html links.html:end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?