compileexamplesdelphi.bat
来自「human interface devices.zip 一套组件」· Batch 代码 · 共 10 行
BAT
10 行
: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 + =
减小字号Ctrl + -
显示快捷键?