📄 mcbrdpol.bat
字号:
ECHO OFF
REM Microsoft C Batch File for CBIRD.exe in Polled Mode
REM Usage: mcbrdpol [library path]
REM where library path is of the form D:\MSC600\LIB
REM /c - Compile only
REM /FPi - In line x87 Emulation
REM /Ox - Optimization, speed preference
REM /Gs - Remove Stack Checking
REM /DMSC - Define MSC
REM
cl /c /FPi /AS /Gs /Ox /DMSC birdmain.c
cl /c /FPi /AS /Gs /Ox /DMSC birdcmds.c
cl /c /FPi /AS /Gs /Ox /DMSC cmdutil.c
cl /c /FPi /AS /Gs /Ox /DMSC menu.c
cl /c /FPi /AS /Gs /Ox /DMSC serdpcpl.c
cl /c /FPi /AS /Gs /Ox /DMSC rstofbb.c
cl /c /FPi /Ox /AS /Gs /DMSC pctimer.c
link birdmain birdcmds cmdutil menu serdpcpl rstofbb pctimer,cbird.exe,,%1\slibce,;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -