2009-07-28 13:17:46 +00:00
|
|
|
{ This file was automatically created by Lazarus. do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
2008-10-31 21:18:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
unit tponguard;
|
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2009-07-28 13:17:46 +00:00
|
|
|
ogfile, ognetwrk, ogproexe, ogreg, ogutil, qogabout0, qonguard1,
|
|
|
|
qonguard2, qonguard3, qonguard4, qonguard5, qonguard6, qonguard7, ogconst,
|
|
|
|
onguard, ogfirst, LazarusPackageIntf;
|
2008-10-31 21:18:20 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
procedure Register;
|
|
|
|
begin
|
|
|
|
RegisterUnit('ogreg', @ogreg.Register);
|
|
|
|
end;
|
|
|
|
|
|
|
|
initialization
|
|
|
|
RegisterPackage('tponguard', @Register);
|
|
|
|
end.
|