ldmodfil.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 21 行
GML
21 行
.*
.*
.dirctv MODFILE
.*
.np
The "MODFILE" directive instructs the linker that only the specified
object files have changed.
The format of the "MODFILE" directive (short form "MODF") is as follows.
.mbigbox
MODFILE obj_file{,obj_file}
.embigbox
.synote
.im objfile
.esynote
.np
This directive is used only in concert with incremental linking.
This directive tells the linker that only the specified object files
have changed.
When this option is specified, the linker will not check the dates on
any of the object files or libraries when incrementally linking.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?