diff --git a/components/onguard/docs/Help/Delphi/ONGUARD.GID b/components/onguard/docs/Help/Delphi/ONGUARD.GID index 8c3b84098..773eecbc2 100644 Binary files a/components/onguard/docs/Help/Delphi/ONGUARD.GID and b/components/onguard/docs/Help/Delphi/ONGUARD.GID differ diff --git a/components/onguard/docs/Help/Delphi/OnGuard.chm b/components/onguard/docs/Help/Delphi/OnGuard.chm new file mode 100644 index 000000000..d46cc3be5 Binary files /dev/null and b/components/onguard/docs/Help/Delphi/OnGuard.chm differ diff --git a/components/onguard/packages/tponguard.lpk b/components/onguard/packages/tponguard.lpk index da71f7bbf..ef0dc2134 100644 --- a/components/onguard/packages/tponguard.lpk +++ b/components/onguard/packages/tponguard.lpk @@ -24,7 +24,7 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/> "/> - + @@ -114,10 +114,6 @@ Ports : Andrew Haines (Kylix version), Bogusław Brandys (FPC/Lazarus)"/> - - - - diff --git a/components/onguard/packages/tponguard.pas b/components/onguard/packages/tponguard.pas index b4015cc18..8391b9277 100644 --- a/components/onguard/packages/tponguard.pas +++ b/components/onguard/packages/tponguard.pas @@ -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.