ldmodule.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 23 行

GML
23
字号
.*
.*
.dirctv MODULE
.*
.np
The "MODULE" directive is used to specify the DLLs or NLMs to be
loaded before this executable is loaded.
The format of the "MODULE" directive (short form "MODU") is as
follows.
.mbigbox
    MODULE module_name{,module_name}
.embigbox
.synote
.mnote module_name
is the file name of a DLL or NLM.
.esynote
.warn
Versions 3.0 and 3.1 of the NetWare operating system do not
support the automatic loading of modules specified in the "MODULE"
directive.
You must load them manually.
.ewarn

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?