mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:18:09 +02:00
fcl: clean up
git-svn-id: trunk@29214 -
This commit is contained in:
parent
cbc4541093
commit
1da2df2326
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -5528,7 +5528,6 @@ packager/pkgvirtualuniteditor.pas svneol=native#text/pascal
|
||||
packager/registration/Makefile.compiled svneol=native#text/plain
|
||||
packager/registration/README.txt svneol=native#text/plain
|
||||
packager/registration/fcl.lpk svneol=native#text/plain
|
||||
packager/registration/fcl.pas svneol=native#text/plain
|
||||
packager/registration/fcllaz.pas svneol=native#text/plain
|
||||
packager/registration/lazaruspackageintf.pas svneol=native#text/pascal
|
||||
packager/registration/registerfcl.pas svneol=native#text/pascal
|
||||
|
@ -1,21 +0,0 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit FCL;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
RegisterFCL, db, process, simpleipc, eventlog, xmlcfg, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterUnit('RegisterFCL', @RegisterFCL.Register);
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('FCL', @Register);
|
||||
end.
|
Loading…
Reference in New Issue
Block a user