浏览代码

* changed .pas back to .p

olle 21 年之前
父节点
当前提交
8d67f439f3
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/systems/i_macos.pas

+ 5 - 2
compiler/systems/i_macos.pas

@@ -37,7 +37,7 @@ unit i_macos;
             unit_env     : '';
             extradefines : '';
             sourceext    : '.pp';
-            pasext       : '.pas'; //is normally .p on MacOS, but then the compiler doesnt compile.
+            pasext       : '.p'; {is normally .p for mac pascals}
             exeext       : '';
             defext       : '';
             scriptext    : '';
@@ -102,7 +102,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.13  2004-02-19 20:40:20  olle
+  Revision 1.14  2004-05-03 09:48:15  olle
+    * changed .pas back to .p
+
+  Revision 1.13  2004/02/19 20:40:20  olle
     + Support for Link on target especially for MacOS
     + TLinkerMPW
     + TAsmScriptMPW