doublecmd/components/KASToolBar/kascomp.pas
Attid 923d167966 if use this config component nice install at my linux mashine
i think on the other computer it don`t add problem.
2007-06-21 15:40:27 +00:00

22 lines
417 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit KASComp;
interface
uses
KASEdit, KAStoolBar, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('KASEdit', @KASEdit.Register);
RegisterUnit('KAStoolBar', @KAStoolBar.Register);
end;
initialization
RegisterPackage('KASComp', @Register);
end.