////////////////////////////////////////////////////////////////////////////////
//  : '  '
////////////////////////////////////////////////////////////////////////////////
library Step1;

{$E rtw}
uses
  step11 in 'step11.pas',
  KsTLB in '..\..\..\Include\KsTLB.pas';

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

begin
end.
