mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 17:09:21 +02:00
* Dotted filenames for package jni
This commit is contained in:
parent
76e74f2d69
commit
b1f6535335
3
packages/jni/namespaced/Api.Jni.pas
Normal file
3
packages/jni/namespaced/Api.Jni.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit Api.Jni;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i jni.pas}
|
3
packages/jni/namespaces.lst
Normal file
3
packages/jni/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/jni.pas=namespaced/Api.Jni.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -1,4 +1,6 @@
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit jni;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
{$ifdef fpc}
|
||||
{$mode delphi}
|
||||
{$packrecords c}
|
||||
|
Loading…
Reference in New Issue
Block a user