📄 jamfile.v2
字号:
# Inspect Jamfile# Copyright Vladimir Prus# Distributed under the Boost Software License, Version 1.0.# See http://www.boost.org/LICENSE_1_0.txtproject : requirements : source-location .. ;exe inspect : inspect.cpp license_check.cpp link_check.cpp path_name_check.cpp tab_check.cpp crlf_check.cpp unnamed_namespace_check.cpp ascii_check.cpp copyright_check.cpp minmax_check.cpp /boost//filesystem/<link>static /boost//regex/<link>static : : release ;install dist-bin : inspect : <install-type>EXE <location>../../../dist/bin : release ;install dist-lib : inspect : <install-type>LIB <location>../../../dist/lib : release ;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -