mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:09:20 +02:00
* Dotted filenames for package hermes
This commit is contained in:
parent
b2dd200863
commit
18f0d90ba6
3
packages/hermes/namespaced/Api.Hermes.pp
Normal file
3
packages/hermes/namespaced/Api.Hermes.pp
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
unit Api.Hermes;
|
||||||
|
{$DEFINE FPC_DOTTEDUNITS}
|
||||||
|
{$i hermes.pp}
|
3
packages/hermes/namespaces.lst
Normal file
3
packages/hermes/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
src/hermes.pp=namespaced/Api.Hermes.pp
|
||||||
|
{s*:src/}=namespaced/
|
||||||
|
{i+:src/}
|
@ -30,7 +30,9 @@
|
|||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{$IFNDEF FPC_DOTTEDUNITS}
|
||||||
unit Hermes;
|
unit Hermes;
|
||||||
|
{$ENDIF FPC_DOTTEDUNITS}
|
||||||
|
|
||||||
{$MODE objfpc}
|
{$MODE objfpc}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user