opoldlib.gml

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

GML
24
字号
.*
.*
.option OLDLIBRARY
.*
.np
The "OLDLIBRARY" option is used to preserve the export ordinals for
successive versions of a Dynamic Link Library.
This ensures that any application that references functions in a
Dynamic Link Library by ordinal will continue to execute correctly.
The format of the "OLDLIBRARY" option (short form "OLD") is as
follows.
.mbigbox
    OPTION OLDLIBRARY=dll_name
.embigbox
.synote
.mnote dll_name
is a file specification for the name of a Dynamic Link Library.
If no file extension is specified, a file extension of "DLL" is
assumed.
.esynote
.np
Only the current directory or a specified directory will be searched
for Dynamic Link Libraries specified in the "OLDLIBRARY" option.

⌨️ 快捷键说明

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