lazarus/components/instantfpc/instantfpclaz.pas
mattias 6d5765c8f1 IDE: moved instantfpc program item to package
git-svn-id: trunk@32592 -
2011-10-01 19:22:05 +00:00

22 lines
407 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.