Răsfoiți Sursa

* Dotted filenames for package newt

Michaël Van Canneyt 2 ani în urmă
părinte
comite
6593231fe4

+ 3 - 0
packages/newt/namespaced/Api.Newt.pp

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

+ 3 - 0
packages/newt/namespaces.lst

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

+ 2 - 0
packages/newt/src/newt.pp

@@ -1,5 +1,7 @@
 {$mode objfpc}
 {$mode objfpc}
+{$IFNDEF FPC_DOTTEDUNITS}
 unit newt;
 unit newt;
+{$ENDIF FPC_DOTTEDUNITS}
 interface
 interface
 {
 {
   Automatically converted by H2Pas 0.99.15 from newt.h
   Automatically converted by H2Pas 0.99.15 from newt.h