?? compile.bat
字號(hào):
@echo off
cls
SET OutDir=c:\temp
SET Flags=-c -6 -O2 -Ve -X- -pr -a8 -b -d -k- -vi -tWM -r -RT- -n%OutDir%
del %OutDir%\*.obj
bcc32.exe %Flags% adler32.c
bcc32.exe %Flags% deflate.c
bcc32.exe %Flags% infback.c
bcc32.exe %Flags% inffast.c
bcc32.exe %Flags% inflate.c
bcc32.exe %Flags% inftrees.c
bcc32.exe %Flags% trees.c
bcc32.exe %Flags% crc32.c
bcc32.exe %Flags% compress.c
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -