📄 options.jam
字号:
#============================================================================# Rule for setting options at targets#============================================================================#----------------------------------------------------------------------------# private rule - please specify the options in Application, Plugin or Library# rule and don't use this rule here directly.## CheckOptions candidates : Options : targetrule CheckOptions{ local i ; for i in $(>) { if ! [ IsElem $(i) : $(<) ] { echo "WARNING: Unknown option $(i) specified at $(3)." ; } }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -