Prechádzať zdrojové kódy

* changed .p to .pas to make the compiler compile

olle 22 rokov pred
rodič
commit
cb440f8f93
1 zmenil súbory, kde vykonal 6 pridanie a 3 odobranie
  1. 6 3
      compiler/systems/i_macos.pas

+ 6 - 3
compiler/systems/i_macos.pas

@@ -37,7 +37,7 @@ unit i_macos;
             unit_env     : '';
             unit_env     : '';
             extradefines : '';
             extradefines : '';
             sourceext    : '.pp';
             sourceext    : '.pp';
-            pasext       : '.p';
+            pasext       : '.pas'; //is normally .p on MacOS, but then the compiler doesnt compile.
             exeext       : '';
             exeext       : '';
             defext       : '';
             defext       : '';
             scriptext    : '';
             scriptext    : '';
@@ -102,7 +102,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.8  2003-01-13 22:15:58  florian
+  Revision 1.9  2003-06-18 10:19:07  olle
+    * changed .p to .pas to make the compiler compile
+
+  Revision 1.8  2003/01/13 22:15:58  florian
     * changed ppu extentions from pput to ppu
     * changed ppu extentions from pput to ppu
 
 
   Revision 1.7  2003/01/13 17:16:44  olle
   Revision 1.7  2003/01/13 17:16:44  olle
@@ -139,4 +142,4 @@ end.
 
 
   Revision 1.1  2002/07/26 21:15:38  florian
   Revision 1.1  2002/07/26 21:15:38  florian
     * rewrote the system handling
     * rewrote the system handling
-}
+}