lazarus/components/chmhelp/packages/idehelp/chmhelppkg.pas
mattias 3a0e7e4224 chmhelp: help for compiler directives
git-svn-id: trunk@31411 -
2011-06-26 21:08:58 +00:00

22 lines
397 B
ObjectPascal

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