mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 02:57:59 +02:00
components: less hints
git-svn-id: trunk@51788 -
This commit is contained in:
parent
46e46e8b91
commit
17f571cf26
@ -2,8 +2,9 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit IdeInspector;
|
unit IdeInspector;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -11,11 +12,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('MainInspector', @MainInspector.Register);
|
RegisterUnit('MainInspector', @MainInspector.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('IdeInspector', @Register);
|
RegisterPackage('IdeInspector', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit IdeLazLogger;
|
unit IdeLazLogger;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit industrial;
|
unit industrial;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,15 +4,18 @@
|
|||||||
|
|
||||||
unit pascalscript;
|
unit pascalscript;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
uPSRuntime, uPSR_stdctrls, PascalScript_Core_Reg, uPSC_buttons, uPSC_classes,
|
uPSRuntime, uPSR_stdctrls, PascalScript_Core_Reg, uPSC_buttons,
|
||||||
uPSC_controls, uPSC_dateutils, uPSC_DB, uPSC_dll, uPSC_extctrls, uPSC_forms, uPSC_graphics,
|
uPSC_classes, uPSC_controls, uPSC_dateutils, uPSC_DB, uPSC_dll,
|
||||||
uPSC_menus, uPSC_std, uPSC_stdctrls, uPSCompiler, uPSComponent, uPSComponent_Controls,
|
uPSC_extctrls, uPSC_forms, uPSC_graphics, uPSC_menus, uPSC_std,
|
||||||
uPSComponent_DB, uPSComponent_Default, uPSComponent_Forms, uPSComponent_StdCtrls, uPSUtils,
|
uPSC_stdctrls, uPSCompiler, uPSComponent, uPSComponent_Controls,
|
||||||
uPSDebugger, uPSDisassembly, uPSPreProcessor, uPSR_buttons, uPSR_classes, uPSR_controls,
|
uPSComponent_DB, uPSComponent_Default, uPSComponent_Forms,
|
||||||
uPSR_dateutils, uPSR_DB, uPSR_dll, uPSR_extctrls, uPSR_forms, uPSR_graphics, uPSR_menus,
|
uPSComponent_StdCtrls, uPSUtils, uPSDebugger, uPSDisassembly,
|
||||||
|
uPSPreProcessor, uPSR_buttons, uPSR_classes, uPSR_controls, uPSR_dateutils,
|
||||||
|
uPSR_DB, uPSR_dll, uPSR_extctrls, uPSR_forms, uPSR_graphics, uPSR_menus,
|
||||||
uPSR_std, uPSC_comobj, uPSComponent_COM, uPSR_comobj, LazarusPackageIntf;
|
uPSR_std, uPSC_comobj, uPSComponent_COM, uPSR_comobj, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit aarrebase;
|
unit aarrebase;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit LazActiveX;
|
unit LazActiveX;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit AggPasLCL;
|
unit AggPasLCL;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit anchordockpkg;
|
unit anchordockpkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit AnchorDockingDsgn;
|
unit AnchorDockingDsgn;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit cairocanvas_pkg;
|
unit cairocanvas_pkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lhelpcontrolpkg;
|
unit lhelpcontrolpkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -19,3 +20,4 @@ end;
|
|||||||
initialization
|
initialization
|
||||||
RegisterPackage('lhelpcontrolpkg', @Register);
|
RegisterPackage('lhelpcontrolpkg', @Register);
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit ChmHelpPkg;
|
unit ChmHelpPkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit CodeTools;
|
unit CodeTools;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit Cody;
|
unit Cody;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazc;
|
unit LazC;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -11,11 +12,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('LazCUtil', @LazCUtil.Register);
|
RegisterUnit('LazCUtil', @LazCUtil.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('LazC', @Register);
|
RegisterPackage('LazC', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit customdrawn;
|
unit customdrawn;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,20 +1,21 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit appforms;
|
unit appforms;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
AppForm, dbappform, regappforms, LazarusPackageIntf;
|
AppForm, dbappform, regappforms, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('appforms', @Register);
|
RegisterPackage('appforms', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit LazCustForms;
|
unit LazCustForms;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
custforms, LazarusPackageIntf;
|
custforms, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('custforms', @custforms.Register);
|
RegisterUnit('custforms', @custforms.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('LazCustForms', @Register);
|
RegisterPackage('LazCustForms', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazdaemon;
|
unit lazdaemon;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
RegLazDaemon, daemonapp, lazdaemonapp, LazarusPackageIntf;
|
RegLazDaemon, daemonapp, lazdaemonapp, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('RegLazDaemon', @RegLazDaemon.Register);
|
RegisterUnit('RegLazDaemon', @RegLazDaemon.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('lazdaemon', @Register);
|
RegisterPackage('lazdaemon', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -1,23 +1,24 @@
|
|||||||
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
Este fonte é usado apenas para compilar e instalar o pacote.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazdatadict;
|
unit lazdatadict;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
frmconfprojdatadict, idedatadict, reglazdatadict, frmconfdatadict,
|
frmconfprojdatadict, idedatadict, reglazdatadict, frmconfdatadict,
|
||||||
frmSelectCodeGenerator, fpcodegenerator, frmBaseConfigCodeGenerator,
|
frmSelectCodeGenerator, fpcodegenerator, frmBaseConfigCodeGenerator,
|
||||||
frmgeneratedcode, ldd_consts, LazarusPackageIntf;
|
frmgeneratedcode, ldd_consts, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('reglazdatadict', @reglazdatadict.Register);
|
RegisterUnit('reglazdatadict', @reglazdatadict.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('lazdatadict', @Register);
|
RegisterPackage('lazdatadict', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit DateTimeCtrls;
|
unit DateTimeCtrls;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,22 +1,23 @@
|
|||||||
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
Este fonte é usado apenas para compilar e instalar o pacote.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit lazdbexport;
|
unit lazdbexport;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
regdbexport, fpdataexporter, frmSelectExportFormat, frmexportprogress,
|
regdbexport, fpdataexporter, frmSelectExportFormat, frmexportprogress,
|
||||||
frmBaseConfigExport, sdb_consts, LazarusPackageIntf;
|
frmBaseConfigExport, sdb_consts, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('regdbexport', @regdbexport.Register);
|
RegisterUnit('regdbexport', @regdbexport.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('lazdbexport', @Register);
|
RegisterPackage('lazdbexport', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit DebuggerIntf;
|
unit DebuggerIntf;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit EducationLaz;
|
unit EducationLaz;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -13,19 +14,19 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('EduEnvOptsFrame', @EduEnvOptsFrame.Register);
|
RegisterUnit('EduEnvOptsFrame', @EduEnvOptsFrame.Register);
|
||||||
RegisterUnit('EduPkgSystem', @EduPkgSystem.Register);
|
RegisterUnit('EduPkgSystem', @EduPkgSystem.Register);
|
||||||
RegisterUnit('EduCompPalette', @EduCompPalette.Register);
|
RegisterUnit('EduCompPalette', @EduCompPalette.Register);
|
||||||
RegisterUnit('EduMenu', @EduMenu.Register);
|
RegisterUnit('EduMenu', @EduMenu.Register);
|
||||||
RegisterUnit('EduNewProgram', @EduNewProgram.Register);
|
RegisterUnit('EduNewProgram', @EduNewProgram.Register);
|
||||||
RegisterUnit('EduPropsEvents', @EduPropsEvents.Register);
|
RegisterUnit('EduPropsEvents', @EduPropsEvents.Register);
|
||||||
RegisterUnit('EduOIPages', @EduOIPages.Register);
|
RegisterUnit('EduOIPages', @EduOIPages.Register);
|
||||||
RegisterUnit('EduOptionsDlg', @EduOptionsDlg.Register);
|
RegisterUnit('EduOptionsDlg', @EduOptionsDlg.Register);
|
||||||
RegisterUnit('EduSpeedButtons', @EduSpeedButtons.Register);
|
RegisterUnit('EduSpeedButtons', @EduSpeedButtons.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('EducationLaz', @Register);
|
RegisterPackage('EducationLaz', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit ExternHelp;
|
unit ExternHelp;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -11,11 +12,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('ExternHelpFrm', @ExternHelpFrm.Register);
|
RegisterUnit('ExternHelpFrm', @ExternHelpFrm.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('ExternHelp', @Register);
|
RegisterPackage('ExternHelp', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit favorites;
|
unit favorites;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit idefilebrowser;
|
unit idefilebrowser;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit fpcunitconsolerunner;
|
unit fpcunitconsolerunner;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
consoletestrunner;
|
consoletestrunner;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit FPCUnitTestRunner;
|
unit FPCUnitTestRunner;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
GuiTestRunner;
|
GuiTestRunner;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
{ Este arquivo foi automaticamente criado pelo Lazarus. Não edite!
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
Este fonte é usado apenas para compilar e instalar o pacote.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit fpcunitide;
|
unit fpcunitide;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -11,11 +12,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('FPCUnitLazIDEIntf', @FPCUnitLazIDEIntf.Register);
|
RegisterUnit('FPCUnitLazIDEIntf', @FPCUnitLazIDEIntf.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('fpcunitide', @Register);
|
RegisterPackage('fpcunitide', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit fpdebug;
|
unit fpdebug;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit LazarusPackageManager;
|
unit LazarusPackageManager;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -13,11 +14,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('LazPackageManagerIntf', @LazPackageManagerIntf.Register);
|
RegisterUnit('LazPackageManagerIntf', @LazPackageManagerIntf.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('LazarusPackageManager', @Register);
|
RegisterPackage('LazarusPackageManager', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
{ 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.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit svnpkg;
|
unit svnpkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SvnClasses, SvnCommand;
|
SvnClasses, SvnCommand;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit fpvectorialpkg;
|
unit fpvectorialpkg;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit weblaz;
|
unit weblaz;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -29,3 +30,4 @@ end;
|
|||||||
initialization
|
initialization
|
||||||
RegisterPackage('weblaz', @Register);
|
RegisterPackage('weblaz', @Register);
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit lazgoogleapis;
|
unit lazgoogleapis;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -2,21 +2,22 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit H2PasWizard;
|
unit H2PasWizard;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
|
H2PasConvert, H2PasDlg, H2PasStrConsts, IDETextConvListEdit,
|
||||||
IDETextConvListAdd, LazarusPackageIntf;
|
IDETextConvListAdd, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('H2PasDlg', @H2PasDlg.Register);
|
RegisterUnit('H2PasDlg', @H2PasDlg.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('H2PasWizard', @Register);
|
RegisterPackage('H2PasWizard', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit IDEIntf;
|
unit IDEIntf;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
This source is only used to compile and install the package.
|
This source is only used to compile and install the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit ImagesForLazarus;
|
unit ImagesForLazarus;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -11,11 +12,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('LazTGA', @LazTGA.Register);
|
RegisterUnit('LazTGA', @LazTGA.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('ImagesForLazarus', @Register);
|
RegisterPackage('ImagesForLazarus', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit InstantFPCLaz;
|
unit InstantFPCLaz;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
{ Этот файл был автоматически создан Lazarus. Н<EFBFBD>
|
{ This file was automatically created by Lazarus. Do not edit!
|
||||||
<EFBFBD> редактировать!
|
This source is only used to compile and install the package.
|
||||||
Исходный код используется только для комп<EFBFBD>
|
|
||||||
<EFBFBD>ляции и установки пакета.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unit jcfidelazarus;
|
unit jcfidelazarus;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
JcfIdeMain, JcfIdeRegister, AsmKeywords, BuildParseTree, BuildTokenList,
|
JcfIdeMain, JcfIdeRegister, AsmKeywords, BuildParseTree, BuildTokenList,
|
||||||
ParseError, ParseTreeNode, ParseTreeNodeType, PreProcessorExpressionParser,
|
ParseError, ParseTreeNode, ParseTreeNodeType, PreProcessorExpressionParser,
|
||||||
PreProcessorExpressionTokenise, PreProcessorExpressionTokens,
|
PreProcessorExpressionTokenise, PreProcessorExpressionTokens,
|
||||||
PreProcessorParseTree, SourceToken, SourceTokenList, Tokens, TokenUtils,
|
PreProcessorParseTree, SourceToken, SourceTokenList, Tokens, TokenUtils,
|
||||||
@ -46,11 +45,11 @@ uses
|
|||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
begin
|
begin
|
||||||
RegisterUnit('JcfIdeRegister', @JcfIdeRegister.Register);
|
RegisterUnit('JcfIdeRegister', @JcfIdeRegister.Register);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
initialization
|
initialization
|
||||||
RegisterPackage('jcfidelazarus', @Register);
|
RegisterPackage('jcfidelazarus', @Register);
|
||||||
end.
|
end.
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit LazControlDsgn;
|
unit LazControlDsgn;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
unit LazControls;
|
unit LazControls;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
|
@ -4,12 +4,13 @@
|
|||||||
|
|
||||||
unit LazDebuggerGdbmi;
|
unit LazDebuggerGdbmi;
|
||||||
|
|
||||||
|
{$warn 5023 off : no warning about unused units}
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
CmdLineDebugger, DebugUtils, GDBTypeInfo, GDBMIMiscClasses, IDEMiniLibC, GDBMIDebugger,
|
CmdLineDebugger, DebugUtils, GDBTypeInfo, GDBMIMiscClasses, IDEMiniLibC,
|
||||||
GDBMIDebugInstructions, GDBMIServerDebugger, SSHGDBMIDebugger, GdbmiStringConstants,
|
GDBMIDebugger, GDBMIDebugInstructions, GDBMIServerDebugger,
|
||||||
LazarusPackageIntf;
|
SSHGDBMIDebugger, GdbmiStringConstants, LazarusPackageIntf;
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user