mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 14:20:34 +02:00
instantfpclaz: mixed case
git-svn-id: trunk@35061 -
This commit is contained in:
parent
07cd622a8d
commit
f20a13882b
@ -1,16 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<CONFIG>
|
||||
<Package Version="4">
|
||||
<Name Value="instantfpclaz"/>
|
||||
<Name Value="InstantFPCLaz"/>
|
||||
<Author Value="Mattias Gaertner"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="10"/>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Linking>
|
||||
<Debugging>
|
||||
<DebugInfoType Value="dsAuto"/>
|
||||
<GenerateDebugInfo Value="False"/>
|
||||
</Debugging>
|
||||
</Linking>
|
||||
<Other>
|
||||
|
@ -2,7 +2,7 @@
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit instantfpclaz;
|
||||
unit InstantFPCLaz;
|
||||
|
||||
interface
|
||||
|
||||
@ -11,11 +11,11 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('InstantFPCRegisterLaz', @InstantFPCRegisterLaz.Register);
|
||||
end;
|
||||
RegisterUnit('InstantFPCRegisterLaz', @InstantFPCRegisterLaz.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('instantfpclaz', @Register);
|
||||
RegisterPackage('InstantFPCLaz', @Register);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user