mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 07:28:26 +02:00
* Dotted filenames for package newt
This commit is contained in:
parent
24bbfe2c45
commit
6593231fe4
3
packages/newt/namespaced/Api.Newt.pp
Normal file
3
packages/newt/namespaced/Api.Newt.pp
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Newt;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i newt.pp}
|
3
packages/newt/namespaces.lst
Normal file
3
packages/newt/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/newt.pp=namespaced/Api.Newt.pp
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -1,5 +1,7 @@
|
||||
{$mode objfpc}
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit newt;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
interface
|
||||
{
|
||||
Automatically converted by H2Pas 0.99.15 from newt.h
|
||||
|
Loading…
Reference in New Issue
Block a user