cmix.gml

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

GML
75
字号
:INCLUDE file='LYTCHG'.
:INCLUDE file='FMTMACRO'.
:INCLUDE file='GMLMACS'.
:INCLUDE file='XDEFS'.
:set symbol="lang"       value="C/C++".
:INCLUDE file='DEFS'.
.*
.if &e'&dohelp eq 1 .do begin
.dm sepsect begin
.dm sepsect end
.do end
.*
:GDOC.
.*
:BODY.
.*
.if &e'&dohelp eq 1 .do begin
:exhelp
:include file='&book..idx'
:include file='&book..tbl'
:include file='&book..kw'
.do end
.*
.ixbook &product User's Guide
.ixhelp cguide
.ixbook &product Programmer's Guide
.ixhelp pguide
.ixbook &product Tools User's Guide
.ixhelp tools
.if '&dotarget' ne 'os2' .do begin
. .ixbook &company Graphical Tools User's Guide
. .if '&dotarget' ne 'dos' .do begin
.   .ixhelp ide
.   .ixhelp wbrw
. .do end
. .ixhelp wprof
. .if '&dotarget' ne 'dos' .do begin
.   .ixhelp editor
.   .ixhelp resedt
.   .ixhelp resacc
.   .ixhelp resdlg
.   .ixhelp resimg
.   .ixhelp resmnu
.   .ixhelp resstr
. .do end
. .ixhelp rescomp
. .if '&dotarget' ne 'dos' .do begin
.   .ixhelp zoom
.   .ixhelp heapwalk
.   .ixhelp spy
.   .ixhelp ddespy
.   .helppref Win16:
.   .ixhelp drwatcom
.   .helppref Win32:
.   .ixhelp drnt
.   .helppref
. .do end
.do end
.ixbook &lnkname User's Guide
.ixhelp lguide
.ixbook &dbgname User's Guide
.ixhelp wd
.ixbook &company C Language Reference
.ixhelp clr
.ixbook &company C Library Reference
.ixhelp clib
.ixbook &company C++ Class Library Reference
.ixhelp cpplib
.* .ixbook &company C Diagnostic Messages On-line Help
.* .ixhelp wccerrs
.* .ixbook &company C++ Diagnostic Messages On-line Help
.* .ixhelp wpperrs
.*
:eGDOC.

⌨️ 快捷键说明

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