* Dotted filenames for package hermes

This commit is contained in:
Michaël Van Canneyt 2023-03-06 14:58:00 +01:00
parent b2dd200863
commit 18f0d90ba6
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

@ -30,7 +30,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
}
{$IFNDEF FPC_DOTTEDUNITS}
unit Hermes;
{$ENDIF FPC_DOTTEDUNITS}
{$MODE objfpc}