📄 makeitdos.bat
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -