library IPS;

uses
  ComServ,
  IPSMain in 'IPSMain.pas',
  IPS_TLB in 'IPS_TLB.pas';
  
exports
  DllRegisterServer,
  DllUnregisterServer,
  DllGetClassObject,
  DllCanUnloadNow;

{$R *.TLB}

begin
end. 
