paxCompiler/Sources/paxcomp_centos32.pas
Dalibor Marković 9d0de424e8
Init
Signed-off-by: Dalibor Marković <dalibor31@gmail.com>
2024-07-06 22:28:12 +02:00

21 lines
336 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit paxcomp_centos32;
interface
uses
PaxCompilerRegister, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('paxcomp_centos32', @Register);
end.