lazarus/components/pas2js/pas2jsdsgn.pas
mattias 82c8f67445 pas2js: added pas2jsdsgn.lpk
git-svn-id: trunk@56646 -
2017-12-05 22:06:36 +00:00

23 lines
427 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit Pas2JSDsgn;
{$warn 5023 off : no warning about unused units}
interface
uses
PJSDsgnRegister, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('PJSDsgnRegister', @PJSDsgnRegister.Register);
end;
initialization
RegisterPackage('Pas2JSDsgn', @Register);
end.