lazarus/components/instantfpc/instantfpclaz.pas
mattias f20a13882b instantfpclaz: mixed case
git-svn-id: trunk@35061 -
2012-01-31 14:19:28 +00:00

22 lines
402 B
ObjectPascal

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