
- initial support for InvalidCount , which allow to run program even if trial rules are broken (but only exactly set count) - IDE serial number used instead of volume serial git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@921 8e941d3f-bd1b-0410-a28a-d453659cc2b4
24 lines
510 B
ObjectPascal
24 lines
510 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, ogfirst, LazarusPackageIntf;
|
|
|
|
implementation
|
|
|
|
procedure Register;
|
|
begin
|
|
RegisterUnit('ogreg', @ogreg.Register);
|
|
end;
|
|
|
|
initialization
|
|
RegisterPackage('tponguard', @Register);
|
|
end.
|