opmodnam.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 25 行
GML
25 行
.*
.*
.*
.option MODNAME
.*
.np
The "MODNAME" option specifies a name to be given to the module being
created.
The format of the "MODNAME" option (short form "MODN") is as follows.
.mbigbox
OPTION MODNAME=module_name
.embigbox
.synote
.mnote module_name
is the name of a Dynamic Link Library.
.esynote
.np
Once a module has been loaded (whether it be a program module or a
Dynamic Link Library),
.sy mod_name
is the name of the module known to the operating system.
If the "MODNAME" option is not used to specify a module name, the
default module name is the name of the executable file without the
file extension.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?