Bladeren bron

* fixed compilation

git-svn-id: trunk@5113 -
Jonas Maebe 19 jaren geleden
bovenliggende
commit
07d2ecb78b
3 gewijzigde bestanden met toevoegingen van 18 en 3 verwijderingen
  1. 6 1
      compiler/systems/t_amiga.pas
  2. 6 1
      compiler/systems/t_macos.pas
  3. 6 1
      compiler/systems/t_morph.pas

+ 6 - 1
compiler/systems/t_amiga.pas

@@ -28,7 +28,12 @@ interface
 
 
 uses
 uses
   link,
   link,
-  cutils,cclasses,
+  cutils,cclasses,cfileutils,
+{$IFNDEF USE_FAKE_SYSUTILS}
+      SysUtils,
+{$ELSE}
+      fksysutl,
+{$ENDIF}
   globtype,globals,systems,verbose,script,fmodule,i_amiga;
   globtype,globals,systems,verbose,script,fmodule,i_amiga;
 
 
 
 

+ 6 - 1
compiler/systems/t_macos.pas

@@ -45,7 +45,12 @@ interface
 implementation
 implementation
 
 
     uses
     uses
-       cutils,cclasses,
+       cutils,cclasses,cfileutils,
+{$IFNDEF USE_FAKE_SYSUTILS}
+      SysUtils,
+{$ELSE}
+      fksysutl,
+{$ENDIF}
        globtype,globals,systems,verbose,script,fmodule,i_macos,
        globtype,globals,systems,verbose,script,fmodule,i_macos,
        ogbase,
        ogbase,
        symconst;
        symconst;

+ 6 - 1
compiler/systems/t_morph.pas

@@ -31,7 +31,12 @@ implementation
 
 
     uses
     uses
        link,
        link,
-       cutils,cclasses,
+       cutils,cclasses,cfileutils,
+{$IFNDEF USE_FAKE_SYSUTILS}
+      SysUtils,
+{$ELSE}
+      fksysutl,
+{$ENDIF}
        globtype,globals,systems,verbose,script,fmodule,i_morph;
        globtype,globals,systems,verbose,script,fmodule,i_morph;
 
 
     type
     type