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