mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
* Dotted filenames for package proj4
This commit is contained in:
parent
1a0a36f928
commit
699cdca74d
3
packages/proj4/namespaced/Kuvx.Proj.pas
Normal file
3
packages/proj4/namespaced/Kuvx.Proj.pas
Normal file
@ -0,0 +1,3 @@
|
||||
unit Kuvx.Proj;
|
||||
{$DEFINE FPC_DOTTEDUNITS}
|
||||
{$i proj.pas}
|
3
packages/proj4/namespaces.lst
Normal file
3
packages/proj4/namespaces.lst
Normal file
@ -0,0 +1,3 @@
|
||||
src/proj.pas=namespaced/Kuvx.Proj.pas
|
||||
{s*:src/}=namespaced/
|
||||
{i+:src/}
|
@ -32,7 +32,9 @@
|
||||
* DEALINGS IN THE SOFTWARE.
|
||||
******************************************************************************)
|
||||
|
||||
{$IFNDEF FPC_DOTTEDUNITS}
|
||||
unit proj;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$mode objfpc}
|
||||
{$MINENUMSIZE 4}
|
||||
@ -40,8 +42,13 @@ unit proj;
|
||||
|
||||
interface
|
||||
|
||||
{$IFDEF FPC_DOTTEDUNITS}
|
||||
uses
|
||||
System.CTypes;
|
||||
{$ELSE FPC_DOTTEDUNITS}
|
||||
uses
|
||||
ctypes;
|
||||
{$ENDIF FPC_DOTTEDUNITS}
|
||||
|
||||
{$IFDEF WINDOWS}
|
||||
{$DEFINE DYNLINK}
|
||||
|
Loading…
Reference in New Issue
Block a user