////////////////////////////////////////////////////////////////////////////////
//  : 'e  '
////////////////////////////////////////////////////////////////////////////////
library Step2;

{$E rtw}

{$R 'Step2.res' 'Step2.rc'}
uses
  step22 in 'step22.pas';


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

begin
end.
