components: return correct file case for packages units

git-svn-id: trunk@26649 -
This commit is contained in:
paul 2010-07-14 15:52:03 +00:00
parent d62007a174
commit f3b5dbe139
15 changed files with 65 additions and 65 deletions

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit cgilaz; unit cgiLaz;
interface interface
@ -11,10 +11,10 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
end; end;
initialization initialization
RegisterPackage('cgiLaz',@Register); RegisterPackage('cgiLaz', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit cgilazide; unit CGILazIDE;
interface interface
@ -11,11 +11,11 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('CGILazIDEIntf',@CGILazIDEIntf.Register); RegisterUnit('CGILazIDEIntf', @CGILazIDEIntf.Register);
end; end;
initialization initialization
RegisterPackage('CGILazIDE',@Register); RegisterPackage('CGILazIDE', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit chmhelppkg; unit ChmHelpPkg;
interface interface

View File

@ -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. This source is only used to compile and install the package.
} }
unit h2paswizard; unit H2PasWizard;
interface interface

View File

@ -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 interface
@ -11,12 +11,12 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('DividerBevel',@DividerBevel.Register); RegisterUnit('DividerBevel', @DividerBevel.Register);
RegisterUnit('ExtendedNotebook',@ExtendedNotebook.Register); RegisterUnit('ExtendedNotebook', @ExtendedNotebook.Register);
end; end;
initialization initialization
RegisterPackage('LazControls',@Register); RegisterPackage('LazControls', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit memdslaz; unit MemDSLaz;
interface interface
@ -11,11 +11,11 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('frmSelectDataset',@frmSelectDataset.Register); RegisterUnit('frmSelectDataset', @frmSelectDataset.Register);
end; end;
initialization initialization
RegisterPackage('MemDSLaz',@Register); RegisterPackage('MemDSLaz', @Register);
end. end.

View File

@ -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. This source is only used to compile and install the package.
} }
unit printer4lazarus; unit Printer4Lazarus;
interface interface

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit projtemplates; unit ProjTemplates;
interface interface
@ -12,11 +12,11 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('IDETemplateProject',@IDETemplateProject.Register); RegisterUnit('IDETemplateProject', @IDETemplateProject.Register);
end; end;
initialization initialization
RegisterPackage('ProjTemplates',@Register); RegisterPackage('ProjTemplates', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit runtimetypeinfocontrols; unit RunTimeTypeInfoControls;
interface interface
@ -11,12 +11,12 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('RTTICtrls',@RTTICtrls.Register); RegisterUnit('RTTICtrls', @RTTICtrls.Register);
RegisterUnit('RTTIGrids',@RTTIGrids.Register); RegisterUnit('RTTIGrids', @RTTIGrids.Register);
end; end;
initialization initialization
RegisterPackage('RunTimeTypeInfoControls',@Register); RegisterPackage('RunTimeTypeInfoControls', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit sdflaz; unit SDFLaz;
interface interface
@ -11,11 +11,11 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('RegisterSDF',@RegisterSDF.Register); RegisterUnit('RegisterSDF', @RegisterSDF.Register);
end; end;
initialization initialization
RegisterPackage('SDFLaz',@Register); RegisterPackage('SDFLaz', @Register);
end. end.

View File

@ -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. This source is only used to compile and install the package.
} }
unit sqldblaz; unit SQLDBLaz;
interface interface

View File

@ -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 interface
@ -13,16 +13,16 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('TADbSource',@TADbSource.Register); RegisterUnit('TADbSource', @TADbSource.Register);
RegisterUnit('TAGraph',@TAGraph.Register); RegisterUnit('TAGraph', @TAGraph.Register);
RegisterUnit('TASeriesEditor',@TASeriesEditor.Register); RegisterUnit('TASeriesEditor', @TASeriesEditor.Register);
RegisterUnit('TASources',@TASources.Register); RegisterUnit('TASources', @TASources.Register);
RegisterUnit('TATools',@TATools.Register); RegisterUnit('TATools', @TATools.Register);
RegisterUnit('TATransformations',@TATransformations.Register); RegisterUnit('TATransformations', @TATransformations.Register);
end; end;
initialization initialization
RegisterPackage('TAChartLazarusPkg',@Register); RegisterPackage('TAChartLazarusPkg', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit dbflaz; unit DBFLaz;
interface interface
@ -11,11 +11,11 @@ uses
implementation implementation
procedure Register; procedure Register;
begin begin
RegisterUnit('RegisterDBF',@RegisterDBF.Register); RegisterUnit('RegisterDBF', @RegisterDBF.Register);
end; end;
initialization initialization
RegisterPackage('DBFLaz',@Register); RegisterPackage('DBFLaz', @Register);
end. end.

View File

@ -2,7 +2,7 @@
This source is only used to compile and install the package. This source is only used to compile and install the package.
} }
unit todolistlaz; unit ToDoListLaz;
interface interface

View File

@ -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. This source is only used to compile and install the package.
} }
unit turbopoweripro; unit TurboPowerIPro;
interface interface