fcl: clean up

git-svn-id: trunk@29214 -
This commit is contained in:
mattias 2011-01-27 16:45:29 +00:00
parent cbc4541093
commit 1da2df2326
2 changed files with 0 additions and 22 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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.