You've already forked lazarus-ccr
24 lines
502 B
ObjectPascal
24 lines
502 B
ObjectPascal
![]() |
{ This file was automatically created by Lazarus. Do not edit!
|
||
|
This source is only used to compile and install the package.
|
||
|
}
|
||
|
|
||
|
unit tponguard;
|
||
|
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
ogfile, ognetwrk, ogproexe, ogreg, ogutil, qogabout0, qonguard1, qonguard2,
|
||
|
qonguard3, qonguard4, qonguard5, qonguard6, qonguard7, ogconst, onguard,
|
||
|
LazarusPackageIntf;
|
||
|
|
||
|
implementation
|
||
|
|
||
|
procedure Register;
|
||
|
begin
|
||
|
RegisterUnit('ogreg', @ogreg.Register);
|
||
|
end;
|
||
|
|
||
|
initialization
|
||
|
RegisterPackage('tponguard', @Register);
|
||
|
end.
|