////////////////////////////////////////////////////////////////////////////////
//  : 'e  '
////////////////////////////////////////////////////////////////////////////////
library Step2a;

{$E rtw}

{$R 'Step2a.res' 'Step2a.rc'}

uses
  step2a1 in 'step2a1.pas';

exports
  LibraryName name 'LIBRARYNAME',
  LibraryId name 'LIBRARYID',
  LibraryEntry name 'LIBRARYENTRY';

begin
end.

