ソースを参照

* changed ppu extentions from pput to ppu

florian 22 年 前
コミット
d332ad8519
1 ファイル変更6 行追加3 行削除
  1. 6 3
      compiler/systems/i_macos.pas

+ 6 - 3
compiler/systems/i_macos.pas

@@ -42,7 +42,7 @@ unit i_macos;
             defext       : '';
             scriptext    : '';
             smartext     : '.sl';
-            unitext      : '.pput';
+            unitext      : '.ppu';
             unitlibext   : '.ppl';
             asmext       : '.s';
             objext       : '.o';
@@ -102,7 +102,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.7  2003-01-13 17:16:44  olle
+  Revision 1.8  2003-01-13 22:15:58  florian
+    * changed ppu extentions from pput to ppu
+
+  Revision 1.7  2003/01/13 17:16:44  olle
     * Fixed typo
 
   Revision 1.6  2003/01/13 13:03:56  florian
@@ -136,4 +139,4 @@ end.
 
   Revision 1.1  2002/07/26 21:15:38  florian
     * rewrote the system handling
-}
+}