mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:46:01 +02:00
* Dotted filenames for package bfd
This commit is contained in:
parent
7378994ec5
commit
57fa801ed2
3
packages/bfd/namespaced/UnixApi.Bfd.pas
Normal file
3
packages/bfd/namespaced/UnixApi.Bfd.pas
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
unit UnixApi.Bfd;
|
||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
{$i bfd.pas}
|
3
packages/bfd/namespaces.lst
Normal file
3
packages/bfd/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
src/bfd.pas=namespaced/UnixApi.Bfd.pas
|
||||||
|
{s*:src/}=namespaced/
|
||||||
|
{i+:src/}
|
@ -1,4 +1,6 @@
|
|||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit BFD;
|
unit BFD;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
{$mode Delphi}
|
{$mode Delphi}
|
||||||
interface
|
interface
|
||||||
|
Loading…
Reference in New Issue
Block a user