objfile.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 18 行
GML
18 行
.*
.*
.mnote obj_file
is a file specification for the name of an object file.
.if '&target' eq 'QNX' .do begin
If no file extension is specified, a file extension of "o" is assumed.
.do end
.el .do begin
If no file extension is specified, a file extension of "obj" is
assumed if you are running a DOS, OS/2 or Windows-hosted version of
the &lnkname..
Also, if you are running a DOS, OS/2 or Windows-hosted version of
the &lnkname, the object file specification can contain wild cards
(*, ?).
A file extension of "o" is assumed if you are running a UNIX-hosted
version of the &lnkname..
.do end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?