boot.ctl
来自「开放源码的编译器open watcom 1.6.0版的源代码」· CTL 代码 · 共 22 行
CTL
22 行
# Linux std trap Builder Control file
# ===================================
set PROJDIR=<CWD>
[ INCLUDE <OWROOT>/bat/master.ctl ]
[ LOG <LOGFNAME>.<LOGEXT> ]
[ BLOCK <1> clean ]
#==================
echo rm -f -r <PROJDIR>/<OBJDIR>
rm -f -r <PROJDIR>/<OBJDIR>
[ BLOCK <1> boot ]
#=================
echo Building the Linux std.trp bootstrap
mkdir <PROJDIR>/<OBJDIR>
cdsay <PROJDIR>/<OBJDIR>
wmake -h -f ../bootmake
<CPCMD> std.so <DEVDIR>/build/bin/std.so
cdsay <PROJDIR>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?