📄 jamfile.v2
字号:
# Regression test status reporting tools build Jamfile
exe process_jam_log
:
../process_jam_log.cpp ../detail/tiny_xml.cpp
/boost/filesystem//boost_filesystem
:
:
release
;
exe compiler_status
:
../compiler_status.cpp ../detail/tiny_xml.cpp
/boost/filesystem//boost_filesystem
:
:
release
;
install dist-bin
:
process_jam_log
compiler_status
:
<install-type>EXE
<location>../../../dist/bin
:
release
;
install dist-lib
:
process_jam_log
compiler_status
:
<install-type>LIB
<location>../../../dist/lib
:
release
;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -