dcompil.bat
来自「delphi矩阵运算、回归分析等数学计算」· Batch 代码 · 共 12 行
BAT
12 行
:: Compilation with Delphi 32 bits
:: The Delphi bin subdirectory must be on the path
:: Tested with Delphi 6, but should work with earlier versions
for %%a in (*.pas) do dcc32 %%a -DEXTENDEDREAL > nul
cd reg
for %%a in (*.pas) do dcc32 %%a -DEXTENDEDREAL -U.. > nul
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?