compileexamples.bat
来自「East make Tray Icon in delphi」· Batch 代码 · 共 15 行
BAT
15 行
:start
@echo off
cls
echo. Change the JVCLMAKE line in this batch file to use the make program of
echo. your choice or from a specific Delphi/BCB version (for example
echo. C:\Program Files\Borland\Delphi5\bin\make.exe
echo. to use the Delphi 5 make).
echo. Defaults to: make.exe (whatever that is on your system), always build.
echo.
rem pause
SET JVCLMAKE=make.exe -B -i -f
echo. Making all examples (get some coffee, this takes a while!):
echo.
%JVCLMAKE% makefile.mak
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?