ldautose.gml

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

GML
36
字号
.*
.*
.dirctv AUTOSECTION
.*
.np
The "AUTOSECTION" directive specifies that each object file that
appears in a subsequent "FILE" directive, up to the next "SECTION" or
"END" directive, will be assigned a different overlay.
The "AUTOSECTION" method of defining overlays is most useful when
using the dynamic overlay manager, selected by specifying the
"DYNAMIC" option.
For more information on the dynamic overlay manager,
see the section entitled :HDREF refid='useover'..
.np
The format of the "AUTOSECTION" directive (short form "AUTOS") is as
follows.
.mbigbox
    AUTOSECTION [INTO ovl_file]
.embigbox
.synote
.mnote INTO
specifies that all overlays are to be placed into a file, namely
.sy ovl_file.
If "INTO" (short form "IN") is not specified, the overlays are placed
in the executable file.
.mnote ovl_file
is the file specification for the name of an overlay file.
If no file extension is specified, a file extension of "ovl" is
assumed.
.esynote
.np
Placing overlays in separate files has a number of advantages.
For example, if your application was linked into one file, it may not
fit on a single diskette, making distribution of your application
difficult.

⌨️ 快捷键说明

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