opcustom.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 21 行
GML
21 行
.*
.*
.option CUSTOM
.*
.np
The format of the "CUSTOM" option (short form "CUST") is as follows.
.mbigbox
OPTION CUSTOM=file_name
.embigbox
.synote
.mnote file_name
specifies the file name of the custom data file.
.esynote
.np
The custom data file is placed into the executable file when the
application is linked but is really not part of the program.
When the application is loaded into memory, the information extracted
from a custom data file is not loaded into memory.
Instead, information is passed to the program (as arguments) which
allows the access and processing of this information.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?