upd02
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 38 行
TXT
38 行
#
# wmake regression tests
#
#
# 12-Feb-90 D.J.Gaudet Initial Implementation
#
#
# double colon target w/o implicit rule
#
.extensions:
.extensions: .cc .bb .aa
.bb.cc:
@wtouch $[*.cc
all: first upd02xa.3 upd02xb.cc last .symbolic
@%null
first: .symbolic
@-if exist upd02x*.* @rm upd02x*.* # Handled internally, not by shell.
@wtouch upd02xa.1
@wtouch upd02xb.aa
last: .symbolic
@-rm upd02x*.*
upd02xa.3 :: upd02xa.1
@wtouch upd02xa.2
upd02xa.3 :: upd02xa.2
@wtouch upd02xa.3
upd02xb.cc :: upd02xb.aa
@wtouch upd02xb.bb
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?