mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:07:56 +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
|
||||
}
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit Hermes;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$MODE objfpc}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user