?? mcbrdint.bat
字號(hào):
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,;
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -