You've already forked lazarus-ccr
onguard: Fix compilation under Linux. Add chm help file created from provided hlp file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8712 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
Binary file not shown.
BIN
components/onguard/docs/Help/Delphi/OnGuard.chm
Normal file
BIN
components/onguard/docs/Help/Delphi/OnGuard.chm
Normal file
Binary file not shown.
@ -24,7 +24,7 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
||||
|
||||
"/>
|
||||
<Version Major="1" Release="1"/>
|
||||
<Files Count="23">
|
||||
<Files Count="22">
|
||||
<Item1>
|
||||
<Filename Value="../source/ogfile.pas"/>
|
||||
<UnitName Value="ogfile"/>
|
||||
@ -114,10 +114,6 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/>
|
||||
<Filename Value="../source/onguard.pas"/>
|
||||
<UnitName Value="onguard"/>
|
||||
</Item22>
|
||||
<Item23>
|
||||
<Filename Value="../source/ogfirst.pas"/>
|
||||
<UnitName Value="ogfirst"/>
|
||||
</Item23>
|
||||
</Files>
|
||||
<CompatibilityMode Value="True"/>
|
||||
<RequiredPkgs Count="2">
|
||||
|
@ -1,23 +1,24 @@
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit tponguard;
|
||||
unit tponguard;
|
||||
|
||||
{$warn 5023 off : no warning about unused units}
|
||||
interface
|
||||
|
||||
uses
|
||||
ogfile, ognetwrk, ogproexe, ogreg, ogutil, qogabout0, qonguard1,
|
||||
qonguard2, qonguard3, qonguard4, qonguard5, qonguard6, qonguard7, ogconst,
|
||||
onguard, ogfirst, LazarusPackageIntf;
|
||||
ogfile, ognetwrk, ogproexe, ogreg, ogutil, qogabout0, qonguard1, qonguard2,
|
||||
qonguard3, qonguard4, qonguard5, qonguard6, qonguard7, ogconst, onguard,
|
||||
LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('ogreg', @ogreg.Register);
|
||||
end;
|
||||
RegisterUnit('ogreg', @ogreg.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('tponguard', @Register);
|
||||
RegisterPackage('tponguard', @Register);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user