📄 compileexamplesdelphi.bat
字号:
:start
@echo off
REM Change the line below to use the make program of your choice or from a specific Delphi/BCB version
REM (f ex C:\Program Files\Borland\Delphi5\bin\make.exe to use the Delphi 5 make)
REM Defaults to: make.exe (whatever that is on your system), always build
SET JVCLMAKE=make.exe -B -f
REM Make all examples:
cls
%JVCLMAKE% MakefileDelphi.mak
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -