pg2want.bat
来自「East make Tray Icon in delphi」· Batch 代码 · 共 11 行
BAT
11 行
if NOT EXIST pg2want.exe goto make
:build
pg2want.exe ..\..\packages\xml\*.xml separate.xml fixed.xml ./jvcl/ >pg2want.log
goto end
:make
cd..
make pg2want.exe
cd bin
goto build
:end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?