////////////////////////////////////////////////////////////////////////////////
//  : '  '
////////////////////////////////////////////////////////////////////////////////
library eventsComLT;

{$E rtw}


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

uses
  events in 'events.pas',
  BaseEvents in 'BaseEvents.pas',
  ApplicationEvents in 'ApplicationEvents.pas',
  DocumentEvents in 'DocumentEvents.pas',
  ksConstTLB in '..\..\..\Include\ksConstTLB.pas',
  ks2DCOM_TLB in '..\..\..\Include\ks2DCOM_TLB.pas';

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

begin
  DLLProc := @MyDLLProc;
end.
