makeitdos.bat
来自「这是经典的卫星编程应用程序」· Batch 代码 · 共 22 行
BAT
22 行
rem
rem the include directory must be set to the
rem include directory of your bcc 3.1 install,
rem my install is on drive d:
rem
rem d:\bcc\lib\hlib.res contains these 4 lines:
rem d:\bcc\lib\graphics+
rem d:\bcc\lib\emu+
rem d:\bcc\lib\mathh+
rem d:\bcc\lib\ch
SET VER=30432
tasm -DMEMMOD=TCHUGE async
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w g7to
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w garmin
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w msdelay
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w lowr
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w datconv
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w pushes
bcc -mh -P-c -c -O1 -Id:/bcc/include -Ot -w safiles
tlink /x d:\BCC\lib\c0%h %$,%1,,@d:\BCC\lib\%hlib.res g7to async garmin msdelay lowr datconv pushes safiles
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?