library step11LT;

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

uses
  step111 in 'step111.pas';

{$E rtw}
exports
  LibraryName name 'LIBRARYNAME',
  LibraryId name 'LIBRARYID',
  LibraryEntry name 'LIBRARYENTRY',
  CallBackProcCommandWindow name 'CALLBACKPROCCOMMANDWINDOW';

begin
end.


