📄 dcc3.bat
字号:
@echo off
REM * * * * * * * * * * * * * * * * * * * * * * * * * * *
REM * *
REM * ICS - Internet Component Suite *
REM * *
REM * Delphi 3 automated construction V1.00 *
REM * (c) 1997-2000 by Francois PIETTE *
REM * http://www.rtfm.be/fpiette/indexuk.htm *
REM * francois.piette@swing.be francois.piette@rtfm.be *
REM * *
REM * * * * * * * * * * * * * * * * * * * * * * * * * * *
if exist %1.res goto compile
echo 1 ICON DISCARDABLE "ICS.ICO" >%1.rc
brcc32 %1.rc
del %1.rc
:compile
dcc32 -H -W -B %2 %3 %4 %5 %6 %7 %8 %1.dpr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -