mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 09:18:15 +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;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$mode Delphi}
|
||||
interface
|
||||
|
Loading…
Reference in New Issue
Block a user