* Dotted filenames for package newt

This commit is contained in:
Michaël Van Canneyt 2023-03-06 14:57:57 +01:00
parent 24bbfe2c45
commit 6593231fe4
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
unit Api.Newt;
{$DEFINE FPC_DOTTEDUNITS}
{$i newt.pp}

View File

@ -0,0 +1,3 @@
src/newt.pp=namespaced/Api.Newt.pp
{s*:src/}=namespaced/
{i+:src/}

View File

@ -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