mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 10:10:09 +02:00
* Dotted filenames for package libmagic
This commit is contained in:
parent
f74fa39e26
commit
234c5cdc5a
3
packages/libmagic/namespaced/Api.Magic.pp
Normal file
3
packages/libmagic/namespaced/Api.Magic.pp
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Magic;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i libmagic.pp}
|
3
packages/libmagic/namespaces.lst
Normal file
3
packages/libmagic/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/libmagic.pp=namespaced/Api.Magic.pp
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -12,7 +12,9 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
}
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit libmagic;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$IFDEF FPC}
|
||||
{$MODE OBJFPC}
|
||||
|
Loading…
Reference in New Issue
Block a user