mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 04:37:54 +02:00
components: return correct file case for packages units
git-svn-id: trunk@26649 -
This commit is contained in:
parent
d62007a174
commit
f3b5dbe139
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit cgilaz;
|
||||
unit cgiLaz;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,10 +11,10 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('cgiLaz',@Register);
|
||||
RegisterPackage('cgiLaz', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit cgilazide;
|
||||
unit CGILazIDE;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,11 +11,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('CGILazIDEIntf',@CGILazIDEIntf.Register);
|
||||
end;
|
||||
RegisterUnit('CGILazIDEIntf', @CGILazIDEIntf.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('CGILazIDE',@Register);
|
||||
RegisterPackage('CGILazIDE', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit chmhelppkg;
|
||||
unit ChmHelpPkg;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ 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 h2paswizard;
|
||||
unit H2PasWizard;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ Этот файл был автоматически создан Lazarus. Не редактировать!
|
||||
Исходный код используется только для компиляции и установки пакета.
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit lazcontrols;
|
||||
unit LazControls;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,12 +11,12 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('DividerBevel',@DividerBevel.Register);
|
||||
RegisterUnit('ExtendedNotebook',@ExtendedNotebook.Register);
|
||||
end;
|
||||
RegisterUnit('DividerBevel', @DividerBevel.Register);
|
||||
RegisterUnit('ExtendedNotebook', @ExtendedNotebook.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('LazControls',@Register);
|
||||
RegisterPackage('LazControls', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit memdslaz;
|
||||
unit MemDSLaz;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,11 +11,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('frmSelectDataset',@frmSelectDataset.Register);
|
||||
end;
|
||||
RegisterUnit('frmSelectDataset', @frmSelectDataset.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('MemDSLaz',@Register);
|
||||
RegisterPackage('MemDSLaz', @Register);
|
||||
end.
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ 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 printer4lazarus;
|
||||
unit Printer4Lazarus;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit projtemplates;
|
||||
unit ProjTemplates;
|
||||
|
||||
interface
|
||||
|
||||
@ -12,11 +12,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('IDETemplateProject',@IDETemplateProject.Register);
|
||||
end;
|
||||
RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('ProjTemplates',@Register);
|
||||
RegisterPackage('ProjTemplates', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit runtimetypeinfocontrols;
|
||||
unit RunTimeTypeInfoControls;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,12 +11,12 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RTTICtrls',@RTTICtrls.Register);
|
||||
RegisterUnit('RTTIGrids',@RTTIGrids.Register);
|
||||
end;
|
||||
RegisterUnit('RTTICtrls', @RTTICtrls.Register);
|
||||
RegisterUnit('RTTIGrids', @RTTIGrids.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('RunTimeTypeInfoControls',@Register);
|
||||
RegisterPackage('RunTimeTypeInfoControls', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit sdflaz;
|
||||
unit SDFLaz;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,11 +11,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RegisterSDF',@RegisterSDF.Register);
|
||||
end;
|
||||
RegisterUnit('RegisterSDF', @RegisterSDF.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('SDFLaz',@Register);
|
||||
RegisterPackage('SDFLaz', @Register);
|
||||
end.
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ 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 sqldblaz;
|
||||
unit SQLDBLaz;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ Этот файл был автоматически создан Lazarus. Не редактировать!
|
||||
Исходный код используется только для компиляции и установки пакета.
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit tachartlazaruspkg;
|
||||
unit TAChartLazarusPkg;
|
||||
|
||||
interface
|
||||
|
||||
@ -13,16 +13,16 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('TADbSource',@TADbSource.Register);
|
||||
RegisterUnit('TAGraph',@TAGraph.Register);
|
||||
RegisterUnit('TASeriesEditor',@TASeriesEditor.Register);
|
||||
RegisterUnit('TASources',@TASources.Register);
|
||||
RegisterUnit('TATools',@TATools.Register);
|
||||
RegisterUnit('TATransformations',@TATransformations.Register);
|
||||
end;
|
||||
RegisterUnit('TADbSource', @TADbSource.Register);
|
||||
RegisterUnit('TAGraph', @TAGraph.Register);
|
||||
RegisterUnit('TASeriesEditor', @TASeriesEditor.Register);
|
||||
RegisterUnit('TASources', @TASources.Register);
|
||||
RegisterUnit('TATools', @TATools.Register);
|
||||
RegisterUnit('TATransformations', @TATransformations.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('TAChartLazarusPkg',@Register);
|
||||
RegisterPackage('TAChartLazarusPkg', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit dbflaz;
|
||||
unit DBFLaz;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,11 +11,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RegisterDBF',@RegisterDBF.Register);
|
||||
end;
|
||||
RegisterUnit('RegisterDBF', @RegisterDBF.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('DBFLaz',@Register);
|
||||
RegisterPackage('DBFLaz', @Register);
|
||||
end.
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit todolistlaz;
|
||||
unit ToDoListLaz;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ 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 turbopoweripro;
|
||||
unit TurboPowerIPro;
|
||||
|
||||
interface
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user