mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-15 10:21:37 +01:00
10 lines
250 B
PHP
10 lines
250 B
PHP
StartPackage('bfd');
|
|
{$IF defined(ALLPACKAGES)}
|
|
Directory:='extra/bfd';
|
|
{$ELSEIF defined(EXTRAPACKAGES)}
|
|
Directory:='bfd';
|
|
{$ENDIF}
|
|
OS:=[linux,netbsd,freebsd,openbsd,darwin];
|
|
T:=Targets.AddUnit('bfd');
|
|
EndPackage;
|