lazarus/components/cgi/ide/cgilazide.pas
mattias 63a0f79242 added package unit
git-svn-id: trunk@8577 -
2006-01-20 15:11:51 +00:00

22 lines
374 B
ObjectPascal

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