opundefs.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行
GML
27 行
.*
.*
.option UNDEFSOK
.*
.np
The "UNDEFSOK" option tells the &lnkname to generate an executable
file even if undefined symbols are present.
By default, no executable file will be generated if undefined symbols
are present.
.np
The format of the "UNDEFSOK" option (short form "U") is as follows.
.mbigbox
OPTION UNDEFSOK
.embigbox
.np
.ix 'NOUNDEFSOK option'
.ix 'options' 'NOUNDEFSOK'
The "NOUNDEFSOK" option tells the &lnkname to not generate an
executable file if undefined symbols are present.
This is the default behaviour.
.np
The format of the "NOUNDEFSOK" option (short form "NOU") is as
follows.
.mbigbox
OPTION NOUNDEFSOK
.embigbox
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?