13 lines
248 B
ObjectPascal
13 lines
248 B
ObjectPascal
uses GenDocUnit;
|
|
|
|
begin
|
|
fname := 'D:\PABC_Git\bin\Lib\PABCSystem.pas';
|
|
fname1 := 'D:\PABC_Git\bin\Lib\PABCExtensions.pas';
|
|
RootOutputDirectory := 'LangGuide\PABCSystemUnit\';
|
|
Step1;
|
|
Step2;
|
|
Step3;
|
|
Step3_1;
|
|
Step4;
|
|
FinalStep;
|
|
end. |