⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opdistri.gml

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 GML
字号:
.*
.*
.option DISTRIBUTE
.*
.np
The "DISTRIBUTE" option specifies that object modules extracted from
library files are to be distributed throughout the overlay structure.
The format of the "DISTRIBUTE" option (short form "DIS") is as
follows.
.mbigbox
    OPTION DISTRIBUTE
.embigbox
.np
An object module extracted from a library file will be placed in the
overlay section that satisfies the following conditions.
.autonote
.note
The symbols defined in the object module are not referenced by an
ancestor of the overlay section selected to contain the object module.
.note
At least one symbol in the object module is referenced by an immediate
descendant of the overlay section selected to contain the module.
.endnote
.pc
Note that libraries specified in the "FIXEDLIB" directive will not be
distributed.
Also, if a symbol defined in a library module is referenced indirectly
(its address is taken), the module extracted from the library will be
placed in the root unless the "NOINDIRECT" option is specified.
For more information on the "NOINDIRECT" option,
see the section entitled :HDREF refid='xnoindi'..
.np
For more information on overlays,
see the section entitled :HDREF refid='useover'..

⌨️ 快捷键说明

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