imp02d.cmp
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CMP 代码 · 共 24 行
CMP
24 行
wcc386 -zq -fo=hello.obj hello.c
bwcl386 -zq -fe=hello.exe hello.obj
sleep 2
sleep 2
wtouch hello0.h
hello.obj will be built because of hello0.h
wcc386 -zq -fo=hello.obj hello.c
hello.exe will be built because of hello.obj
bwcl386 -zq -fe=hello.exe hello.obj
sleep 2
wtouch hello1.h
hello.obj will be built because of hello1.h
wcc386 -zq -fo=hello.obj hello.c
hello.exe will be built because of hello.obj
bwcl386 -zq -fe=hello.exe hello.obj
sleep 2
wtouch hello0.h
wtouch hello1.h
hello.obj will be built because of hello0.h
hello.obj will be built because of hello1.h
wcc386 -zq -fo=hello.obj hello.c
hello.exe will be built because of hello.obj
bwcl386 -zq -fe=hello.exe hello.obj
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?