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